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