@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('services','Create')) @endif
@foreach($datamain as $datarow) @endforeach
# Name Active Updated Action
{{$i}} {{$datarow->name}} {{web_date_in_timezone($datarow->updated_at,'d-M-Y h:i A')}}
@stop @section("script") @stop