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

Edit Brand: {{ $brand->name }}

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@if($brand->logo)
{{ $brand->name }}
@endif
@error('logo') {{ $message }} @enderror
is_active) ? 'checked' : '' }}>
@endsection @push('scripts') @endpush