@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('customers','Create'))
Create Customer
@endif
@foreach($datamain as $datarow) @endforeach
# Customer Details Active Updated Action
{{$i}}
@if(!empty($datarow->user_image)) User @endif {{$datarow->name}}
{{$datarow->email}}
{{'+'.str_replace("+","",$datarow->dial_code.' '.$datarow->phone)}}
{{web_date_in_timezone($datarow->updated_at,'d-M-Y h:i A')}}
@stop @section("script") @stop