@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('categories.create') Add category @endadminCan
@if(count($brands)) @foreach ($brands as $brand) @endforeach @else @endif
Ref Name Image subCategories Created At Actions
{{ $loop->iteration }} {{ $brand->name }} @if($brand->getFirstMediaUrl('brands') != null) brand @else brand @endif View {{ $brand->getCreatedAt() }} Actions
no data found
{{ $brands->links() }}
@endsection