@extends(Auth::user()->level == "Admin"?'layouts.horizontal':'layouts.horizontal-developer') @section('content')

Edit Pesanan

@csrf

Edit Order

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection