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

{{ $customer->name }}

@can('write_order') {{ __('order.title.create') }} @endcan
@include('messages.alert')
@include('order.tables.index')
{{ $orders->links('pagination::bootstrap-5') }}
@endsection