@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
Name Email Country State Created_at Referral Verify Action
{{ !empty($agents->name) ? $agents->name : '' }} {{ !empty($agents->email) ? $agents->email : '' }} {{ !empty($agents->country) ? $agents->country : '' }} {{ !empty($agents->state) ? $agents->state : '' }} {{ !empty($agents->created_at) ? date('d-M-Y', strtotime($agents->created_at)) : '' }}
view Edit Delete
@endsection