@extends('layouts.mainlayout') @section('fullwidth', true) @section('content')

Delete transit

Confirm the deletion and record its operational reason.

Transit deletion
Delete
Transit date{{ $transit->arrival_date }}
From{{ $transit->from }}
To{{ $transit->where }}
@csrf
@error('deletion_reason')
{{ $message }}
@enderror Required for History and future transit statistics.
Cancel
@endsection