@php $location = !empty($_GET['location']) ? $_GET['location'] : ''; $from = !empty($_GET['from']) ? $_GET['from'] : ''; $to = !empty($_GET['to']) ? $_GET['to'] : ''; @endphp @extends('admin.layouts.layouts') @section('title', 'Legal Documents') @section('page-css') @endsection @section('content')
@can('legal-document-create') Create @endcan
{{-- @if (count($documents) > 0) @foreach ($documents as $document) @endforeach @else @endif --}}
@endsection @section('page-js') @endsection