@extends('layouts.app') @section('title', 'BusGo | New Trip') @section('content')

New Trip

Schedule a new bus trip.

Back to Trips
@if($errors->any())

Please fix the following errors:

@endif

Trip Information

@csrf
Cancel
@endsection @push('scripts') @endpush