@extends('layouts.app') @section('style') @endsection @section('content')

Create Order

Fill all the field


@csrf
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cancel
@endsection @push('scripts') @endpush