@extends("admin.template.layout") @section("header") @stop @section("content")
@foreach($datamain as $datarow) @endforeach
# User Details Account Type Active Updated Action
{{$i}}
{{$datarow->name}}
{{$datarow->email}}
{{'+'.str_replace("+","",$datarow->dial_code.' '.$datarow->phone)}}
{{$datarow->account_name}} {{web_date_in_timezone($datarow->updated_at,'d-M-Y h:i A')}}
@stop @section("script") @stop