@extends('admin::layouts.app') @section('content')

{{ __('admin.my_brand') }}

{{ __('admin.add_brand') }}

{{ __('static.cancel') }}
{{ __('admin.enter_the_details_below_for_create_edit_brands') }}
@if (auth()->user()->hasRole([app\helpers\ConstantHelper::INDIVIDUAL_USER])) @endif
@endsection