@extends('layouts.app') @section('css') @endsection @section('content') @includeif('partials.errors') Ubah Merek {{ method_field('PATCH') }} @csrf Tipe barang* category_id == null ? 'selected' : ''}}>-- Pilih salah satu -- @foreach( $kategori as $kategoris => $ks) category_id == $ks->id ? 'selected' : ''}}>{{ $ks->category }} @endforeach {!! $errors->first('category_id', ':message') !!} Merek* @error('brand') {{$message}} @enderror Status* status == null ? 'selected' : ''}}>-- Pilih salah satu -- @foreach($options as $value => $label) status == $value ? 'selected' : '' }}> {{$label}} @endforeach {!! $errors->first('status', ':message') !!} @endsection @section('js') @endsection