@extends("layouts.1_column") @section("centralContent")
{{ __('menu.brands')}}
@if(count(\App\Services\AuthService::getBrands()) == 0) @endif
{!!$table!!}
@endsection