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

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

{{ __('Brand Edit') }}

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