@extends('layouts.master') @section('title', __('Documents')) @push('styles') @endpush @section('content')
@can('documents.create') @include('backend.documents.create') @endcan
# {{ __('Category') }} {{ __('Title') }} {{ __('Type') }} {{ __('Status') }} {{ __('Action') }}
@endsection @push('scripts') @endpush