@extends('backend.app') @section('content') @push('css') @endpush

Brand Manager

Create New Brand
@can('type.create')
@csrf
Recommended: 200x200 px
@endcan
@foreach($items as $key=> $item) @endforeach
Brand Name Logo Status Manage
{{ $item->name }}
brand @if($item->is_top == '1') Top Brand @else Standard @endif @can('type.edit') @endcan @can('type.delete') @endcan
@if($items->isEmpty())
No brands found
@if(request('q'))

Try clearing your search query.

Clear Search @endif
@endif
@endsection @push('js') @endpush