{{ __('Admin') }} what is this

Request List

{{-- customer list table start --}} @foreach ($request as $cus) @endforeach
# Request Id Total Item Tool
{{ $loop->iteration }} {{ $cus->receive_id }} {{ $cus->total }}
@csrf @method('DELETE')
{{ $request->links() }} {{-- customer list table end --}}