|
@if($index > 0)
@endif
|
{{ $errors->first('start_date_travel_detail.' . $index) }}
|
{{ $errors->first('end_date_travel_detail.' . $index) }}
|
{{ $errors->first('purpose_id.' . $index) }}
|
{{ $errors->first('destination_name.' . $index) }}
|
{{ $errors->first('country.' . $index) }}
|
{{ $errors->first('state.' . $index) }}
|
{{ $errors->first('district.' . $index) }}
|
{{ $errors->first('sub_district.' . $index) }}
|
{{ $errors->first('city.' . $index) }}
|
|
@endforeach