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

{{ $customer->name }}

@can('write_order') {{ __('contract.title.create') }} @endcan
@include('messages.alert')
@include('dashboard.quality.contract.table')
{{ $contracts->links('pagination::bootstrap-5') }}
{{-- @include('contract.modals.renew') --}} @endsection