@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('country','Create'))
Create Model
@endif
@foreach($mdels as $item) @endforeach
# Name Manufacturer Status Created Date Action
{{$i}} {{$item->model}} {{$item->manufacturer_id}} @if($item->status) Active @else Inactive @endif {{web_date_in_timezone($item->created_at,'d-M-Y h:i A')}}
@stop @section("script") @stop