@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('vendor','Create'))
Create Vendors
@endif
@foreach($datamain as $datarow) @endforeach
# Vendor Info Is verified Active Created Action
{{$i}}
User {{$datarow->name}}
@if($datarow->industry) {{$datarow->industry}}
@endif {{$datarow->email}}
+{{$datarow->dial_code}} {{$datarow->phone}}
{{web_date_in_timezone($datarow->u_created_at,'d-M-Y h:i A')}}
@stop @section("script") @stop