@extends('layouts.tenant.master')
@section('title', 'Document Setting Menu')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Document Setting List
@endsection
@section('breadcrumb-items')
Document Setting
List
@endsection
@section('content')
| # |
Section Name |
Actions |
| 1 |
Header Section |
Restore
|
{{--
| --- No Data Found --- |
--}}
| # |
Section Name |
Actions |
@endsection
@section('script')
{{-- sweet alert start --}}
{{--
@if (session('success'))
@endif
@if (session('error'))
@endif --}}
{{-- sweet alert end --}}
@endsection
{{-- sweet alert link start --}}
{{--
--}}
{{-- sweet alert link end --}}