@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content')
@csrf
@php $tracing_survey_id = old('tracing_survey_id',$tracing_survey_id??null); @endphp @if ($errors->has('tracing_survey_id')) @foreach($errors->get('tracing_survey_id') as $error)
{{ $error }}
@endforeach @endif
@endsection {{-- Script --}} @push('scripts') @endpush