@extends('layouts.tenant.master') @section('title', 'Documentation Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Documentation Setting Details

@endsection @section('breadcrumb-items') @endsection @section('content')
{{--
Best Selling Product
--}} {{-- Create Document Setting Restore Document Setting   Refresh
--}}
@foreach ($manage_documents as $manage_document) @endforeach
Id Select User Type Document Name Actions
{{ $manage_document->id }} {{ $manage_document->user_type }} {{ $manage_document->document_name }} View | Edit | Delete
Id Section Name Document Name Actions
@endsection @section('script') @endsection