{{-- @extends('layouts.masteruser') --}} @extends('layouts.master') @section('title', 'Express54') @section('content')
@csrf
  • @lang('messages.collectdata')
  • @lang('messages.documents')
@if (Session('error')) @endif @if (Session('success')) @endif

@php $selectedChild = request('childServiceId'); @endphp

Parents
Personne à contacter en cas d'urgence
@if(request('parentServiceId') == 1)
@endif @if(request('childServiceId') == 27 || request('childServiceId') == 26)
@endif @if(request('childServiceId') == 25 || request('childServiceId') == 23)
@endif
@endsection