@extends('layouts.admin') @section('title', 'Record Delivery') @section('page-title', 'Record Delivery') @section('content')
@csrf
@error('order_id')

{{ $message }}

@enderror
Cancel
@endsection