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

Brand Information

@csrf
Nama Brand *
Contoh: Azzahera Label
@error('name') {{ $message }} @enderror
Brand Slug *
Contoh: azzahera-label
@error('slug') {{ $message }} @enderror
Upload Gambar *
@error('image') {{ $message }} @enderror
@endsection @push('scripts') @endpush