@extends('layouts.guest') @section('content')
First Aid Proposal
Home
First Aid Proposal
@if (Session::has('success'))
{{ Session::get('success') }} @php Session::forget('success'); @endphp
×
@endif
{{ $dataTable->table(['class' => 'table table-bordered table-hover table-striped w-100']) }}
@endsection {{ $dataTable->scripts(attributes: ['type' => 'module']) }}