@extends('layouts.admin') @section('title', 'Add Rider') @section('content')
@csrf @include('admin.riders._form', ['rider' => null])
@endsection