@extends('backEnd.master') @section('styles') @endsection @section('mainContent')

{{ __('product.brand_list') }}

@if (permissionCheck('product.brand.create')) @endif
{{-- --}} @foreach($brands as $key => $brand) {{-- @dd($brand) --}} {{-- --}} @endforeach
{{ __('common.id') }}{{ __('common.name') }} {{ __('common.logo') }} {{ __('common.status') }} {{ __('common.featured') }} {{ __('common.action') }}
{{ $brand->name }}
@if ($brand->logo != null) {{$brand->name}} @else {{$brand->name}} @endif
@include('backEnd.partials.delete_modal',['item_name' => __('product.brand')]) @endsection @push('scripts') @endpush