@extends('layouts.admin') @section('page-title', isset($brand) ? 'Edit Brand: ' . $brand->name : 'Tambah Brand Baru') @section('header-actions') ← Kembali @endsection @section('content')
@csrf @if (isset($brand)) @method('PUT') @endif
{{-- Left Column --}}

Informasi Dasar

/

URL: {{ config('app.url') }}/{{ $brand->slug ?? '...' }}

SEO

{{-- Right Column --}}

Status & Tampilan

Warna Brand

Logo

@if (isset($brand) && $brand->logo_url) Logo saat ini @endif

Format: JPG, PNG, SVG. Maks 2MB.

@endsection @push('scripts') @endpush