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

{{ $message }}

@enderror
@if($order)
@endif
Cancel
@endsection