{{-- @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
@endsection