@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('categories.create') Add Main Category @endadminCan
@if(count($brands)) @foreach ($brands as $brand) @endforeach @else @endif
Ref Name show In Website(SELECT MAX 4) Image Created At Actions
{{ $loop->iteration }} {{ $brand->name }} @if($brand->show_in_website == 1) @else @endif brand {{ $brand->getCreatedAt() }} Actions
no data found
{{ $brands->links() }}
@endsection