@extends('dashboard.layouts.layouts') @section('content')

Orders

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@permission('edit-order') @endpermission
@endsection