@section('title') Brands @endsection @section('breadcrumbs') {{ Breadcrumbs::render('brands') }} @endsection
@foreach($brands as $brand) @endforeach
Brand Subtitle Sort Order Status Created Date Actions
@if($brand->image)
{{ $brand->name }}
@else
@endif
{{ $brand->name }} {{ Str::limit($brand->description, 50) }}
{{ $brand->subtitle }} {{ $brand->sort_order }} @if($brand->status == 'Active') Active @else Inactive @endif {{ $brand->created_at->format('d M Y, h:i a') }} Actions
@push('scripts') @endpush