@extends('admin.layouts.master') @section('brand', 'active') @section('title') {{ __('Create Brand') }} @endsection @section('content')

{{ $title ?? 'Page Header' }}

{{ __('Create Brand') }}

{{ __('Back') }}
@csrf
{{-- --}}
@error('name') {{ $message }} @enderror
@endsection @section('style') @endsection @push('script') @endpush