Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua
@endsection
@section('content')
{{-- place your content here --}}
@endsection
{{-- this is the modal section where you can configure the content(modal-body and the modal-header) --}}
{{-- the submit button is inside the layout --}}
@section('modal-title')
User Maintenance
@endsection
@section('modal-content')
{{-- place your forms here --}}
@endsection
@section('scripts')
{{-- @include('users.script') --}}
@endsection