@extends('layouts.app', ['activePage' => 'listBrand', 'titlePage' => __('Add Brand')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

Add New Brand

@csrf
{{ __('Back') }}

@endsection @push('js') @endpush