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

NavigatorTypes

@can('authorize', 'add_navigator_types') Ajouter NavigatorType @endcan
@foreach($navigatorTypes as $navigatorType) @endforeach
Nom
{{ $navigatorType->name }}
@can('authorize', 'edit_navigator_types') @endcan @can('authorize', 'delete_navigator_types') @endcan
@if(request()->is('navigator-types') || request()->is('navigator-types/*')) @can('authorize', 'add_navigator_types') @includeIf('navigator-types.create') @endcan @can('authorize', 'edit_navigator_types') @includeIf('navigator-types.edit') @endcan @can('authorize', 'delete_navigator_types') @includeIf('navigator-types.delete') @endcan @endif @endsection @push('scripts') @endpush