@extends('layouts.main') @section('title', '| Marcas') @section('titlePage', 'Marcas') @section('content')

{{ __('Listado de Marcas') }}

@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($brands as $brand) @endforeach
No {{__('Name')}}
{{ ++$i }} {{ $brand->name }}
@csrf @method('DELETE')
{!! $brands->links('pagination::bootstrap-5') !!}
@endsection