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

@endsection @push('js') @endpush