@extends('admin.layouts.app') @push('page-css') @endpush @push('page-header')

Gestion Installations

@endpush @section('content')

Éditer une installation

@csrf @method('PUT')
@foreach($installation->journees ?? [] as $index => $journee)
Journée {{ $index + 1 }}
Techniciens :
@foreach($journee->techniciens as $tIndex => $technicien)
@endforeach
@endforeach
@endsection @push('page-js') @endpush