@extends('layouts.app') @section('content')
@can('write_customer') @endcan
@include('messages.alert')
@include('dashboard.quality.tables.tracing')
@include('dashboard.quality.modals.tracing') @endsection {{-- @extends('layouts.app') @section('content') @php $page = $control_customers->currentPage(); $index = $size * ($page - 1) + 1; @endphp
@include('dashboard.quality.navigation')
@can('write_service') @endcan
{{ $control_customers->links('pagination::bootstrap-5') }}
@include('dashboard.quality.modals.control') @include('dashboard.quality.modals.performance') @endsection --}}