@extends('admin.layout.dashboard-template') @section('content')

Agent Details

@if($data->image!=NULL)
@else
@endif

{{$data->name }}

@if($data->designation) @endif
Employee ID : {{$data->employeeID }}
Mobile Number : {{$data->mobile_number }}
Email : {{$data->email }}
Designation : {{$data->designation }}
Total Commission : Rs.{{$data->total_commission }}
Gpay Name : {{$data->gpay_number }}
Gpay Number : {{$data->gpay_name }}

Applications By agent {{$data->name }}

@endsection