@extends('layouts.app') @section('css') @endsection @section('content')
@includeif('partials.errors')
Ubah Merek
{{ method_field('PATCH') }} @csrf
{!! $errors->first('category_id', '
:message
') !!}
@error('brand')
{{$message}}
@enderror
{!! $errors->first('status', '
:message
') !!}
@endsection @section('js') @endsection