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