@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('public_business_info','Create'))
Create Info
@endif
@foreach($infos as $datarow) @endforeach
# Title Active Created Action
{{$i}} {{$datarow->title}} {{web_date_in_timezone($datarow->created_at,'d-M-Y h:i A')}}
@stop @section("script") @stop