@extends('layouts.admin.app') @section('content')
@csrf

Update Agent

@if(!empty($agentDetails->alternate_email)) @foreach(json_decode($agentDetails->alternate_email) as $alternateEmail)
@endforeach @else
@endif
@if(!empty($agentDetails->alternate_phone_no)) @foreach(json_decode($agentDetails->alternate_phone_no) as $alternate)
@endforeach @else
@endif
@endsection