{{-- Error --}}
{{ __('Fill the all the required fields') }}
{{-- Failed --}}
@if (Session::has("failed"))
{{Session::get('failed')}}
@endif
{{-- Success --}}
@if(Session::has("success"))
{{Session::get('success')}}
@endif
{{-- Footer --}}
@include('admin.includes.footer')
{{-- Custom JS --}}
@section('scripts')
@endsection
@endsection