@extends('admin.layout') @section('css') @endsection @section('content')
{{ $errors->first('customer_name') }}
{{ $errors->first('customer_email') }}
{{ $errors->first('country') }}
{{ $errors->first('city') }}
{{ $errors->first('address') }}
{{ $errors->first('tracking_id') }}
{{ $errors->first('order_status') }}
{{ $errors->first('payment_method') }}