@extends('layouts.app') @section('content')
@if (session('success'))
{{ session('success') }}
@endif
Rider's Dispatch Report
@csrf
@endsection