@extends('AdminPanel.app') @section('content')

{{ __('lang.brands') }}

@if (auth()->user()->can('create news')) @endif
@include('AdminPanel.partials.errors')

{{ __('lang.brands') }}

@include('AdminPanel.brands.table')
@endsection