@extends('layouts.app') @section('title', 'Brands') @section('content')

@lang('brand.brands') @lang('brand.manage_your_brands')

@if (!empty($video) && auth()->user()->can('edu_videos.view')) @include('video.video_button', ['fileName' => $video ]) @endif
@component('components.widget', ['class' => 'box-primary', 'title' => __('brand.all_your_brands')]) @can('brand.create') @slot('tool')
@lang('messages.add')
@endslot @endcan @can('brand.view')
@lang('brand.brands') @lang('brand.note') @lang('messages.action')
@endcan @endcomponent @include('video.video_modal')
@endsection