@extends('backend.layout.app') @section('title', 'Add Custom Order') @push('css') @endpush @section('main_menu', 'HOME') @section('active_menu', 'Add Custom Order') @section('link', route('admin.adminDashboard')) @section('content')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('par_add')) {{ $errors->first('par_add') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
+88
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('car_model')) {{ $errors->first('car_model') }} @endif
@endsection @push('js') @endpush