@extends('admin.layouts.app') @section('title', 'Edit Brand') @section('content')

Edit Brand

Update brand information

@csrf @method('PUT')

Basic Information

Update the basic details for this brand

@error('name')

{{ $message }}

@enderror
@error('website')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">

Brand Logo

Update the logo for this brand

@if($brand->logo)

Current Logo

{{ $brand->name }}

Current logo file

{{ $brand->logo }}

@endif

PNG, JPG, GIF up to 2MB

@error('logo')

{{ $message }}

@enderror
Cancel
@endsection