@extends('layouts.modals.modal-base.index') @section('title', 'Account Manager') @section('content') @if(isset($accountManager->name))
{{ $accountManager->name }}
{{ $accountManager->email }}
{{ $accountManager->contact_no }}
@else @endif @endsection