@extends('layouts.master')
@section('title', 'document_template')
@section('content')
@include('pages.document_template.components.cards')
{{-- search --}}
{{-- sort --}}
{{-- manage_columns --}}
{{-- view type --}}
@include('pages.document_template.components.list')
@include('pages.document_template.components.grid')
@include('pages.document_template.components.add_modal')
@endsection
@section('script-footer')
@if ($errors->any())
@endif
@if (session('error'))
@endif
@if (session('success'))
@endif
@endsection