@push('styles') @endpush @section('title') Tipos de servicio @endsection @section('css') @endsection @section('page-title') Tipos de servicio @endsection
@can('visualizar tipo servicio') @if(session()->has('success'))
{{ session()->get('success') }}
@endif

Tipos de servicio

@can('crear tipo servicio')
Agregar tipo de servicio
@endcan
@php $acciones = Auth::user()->can('editar tipo servicio') || Auth::user()->can('eliminar tipo servicio'); @endphp
@if($acciones) @endif @foreach($tiposServicios as $tipoServ) @if($acciones) @endif @endforeach
Abreviatura Tipo de Servicio ColorAcciones
{{ $tipoServ->abreviatura}} {{ $tipoServ->nombre}} {{ $tipoServ->color }}
    @can('editar tipo servicio')
  • @endcan @can('eliminar tipo servicio')
  • @endcan
@if($modal === true) @endif @endcan
@section('scripts') @endsection