@extends('layouts.app') @section('title', 'Edit Merk') @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Batal
@endsection