@extends('admin.layouts.layout') @section('content')
Add
@if(empty($editSubPostSecondaryData[0]->id))
@else @endif @csrf
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if ($errors->has('postsecondaryid')) {{ $errors->first('postsecondaryid') }}@endif
@if(!empty($getAgentsData)) @foreach($getAgentsData as $key=> $agents) @endforeach @endif
@endsection