@extends('layouts.app_admin') @section('content')
{{ csrf_field() }}
@if ($errors->has('order_amount')) {{ $errors->first('order_amount') }} @endif
@if ($errors->has('delivery_charge')) {{ $errors->first('delivery_charge') }} @endif
Cancel
@endsection