@extends('admin.layouts.master') @section('title', 'Agent') @section('content')
@include('admin.includes.msg')
@if(!empty($alldata) && $alldata->count()>0) @foreach($alldata as $key=>$val) @endforeach @endif
Sl.No Image Name Agent Code Email Phone Visible Action
{{$key+1}} No Image {{ $val->name}} {{ $val->agent_display_code}} {{ $val->email}} {{ $val->phone}}
status==1) checked @endif>
@if(Auth::user()->user_type==1) Make Customer @endif @if(Auth::user()->user_type==1)
{{ method_field('delete') }} {{----}} {{ csrf_field() }}
@endif
@endsection