@extends('admin.layout') @section('title', 'Edit Brand - ' . $brand->name) @section('page-title', 'Edit Brand: ' . $brand->name) @section('content')
Kembali ke {{ $brand->name }}
@if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')

Gambar Brand

@if($brand->image) {{ $brand->name }} @else @endif
Format: JPG, PNG, GIF, WEBP. Max: 2MB
@if($brand->image)
@endif

Detail Brand

Nama brand dari Digiflazz (tidak bisa diubah)
@error('developer') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
Batal
@endsection