@extends('layouts.app') @section('btn') @can('create', \App\Models\CareInstitution::class) Ajouter un contrat @endcan @endsection @section('content')
| ID | Logo | Nom | Adresse/téléphone | Email/Siteweb | Responsable | Prix du B | Contracts | Paramètres associées | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{$careInstitution->id}} |
|
{{$careInstitution->name}} | {{$careInstitution->telephone}} {{$careInstitution->address}} |
{{$careInstitution->email}} {{$careInstitution->website}} |
{{$careInstitution->responsible}} | {{$careInstitution->price_of_b ?? '-'}} | {{$careInstitution->contracts->count()}} contrat | {{$careInstitution->associates->count()}} paramètres
ajouter paramètre |
@can('view', $careInstitution) @endcan @can('update', $careInstitution) @endcan @can('delete', $careInstitution) @endcan |