@extends('admin.master') @section('content')

Edit Brand

Update brand information

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('slug')

{{ $message }}

@enderror
@if($brand->logo) {{ $brand->name }} @endif @error('logo')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="h-4 w-4 text-black border-gray-300 rounded">
Back
@endsection