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