@extends('master') @section('content')
@include('admin.layout.breadcrumbs', [ 'title' => __('Edit Brand'), 'headerData' => __('Brands'), 'url' => 'brands', ])

{{ __('Edit Brand') }}

@csrf @method('PUT')
image) style="background-image: url({{ url('images/upload/' . $brand->image) }})" @endif>
{{ __('Leave empty to keep current image') }} @error('image')
{{ $message }}
@enderror
@error('name')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
{{ __('Cancel') }}
@endsection