@extends('admin.template.layout') @section('header') @stop @section('content')
@if(check_permission('brand','Create')) Create Brand @endif Sort
@foreach ($datamain as $row) @endforeach
# Brand Details Is Active Created Date Action
{{ $i }}
@if ($row->image != '') @endif {{ $row->name }}
{{ $row->industry }}
{{web_date_in_timezone($row->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop