@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('coach','Create'))
Create Coach
@endif
@foreach($datamain as $datarow) @endforeach
# Coach 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