@extends('admin.layouts.layout') @section('content')
@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($getAgentsStaffData)) @foreach($getAgentsStaffData as $key=> $agentsstaff) @endforeach @endif
@endsection