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

{{ $customer->name }}

@can('write_order') @if($customer->contracts->isNotEmpty()) Crear plan de rotación @else Agregar contrato @endif @endcan
@include('messages.alert')
@include('dashboard.quality.rotation-plan.tables')
@endsection