@extends('backend.adminlayouts.master') @section('body')

Marchi

{{--
--}} {{--
--}} {{--
--}}
Nuovo marchio
@foreach ($brands as $brand) @if(file_exists(public_path('storage/' .$brand->cover )) && $brand->cover != null) @else @endif @endforeach
Immagine Nome Azioni
{{Str::of('/uploads/default/default.jpg')->basename('.jpg')}}
{{ $brand->name }}
Title

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

@csrf @method('DELETE')
{{ $brands->links('vendor.pagination.tailwind') }}
@endsection