@extends('layouts.app', [ 'pageTitle' => $title, ]) @section('content')
Kembali

{{ $title }}

@include('partials.alerts')
@csrf @if($category->exists) @method('PUT') @endif
{{ old('description', $category->description) }}
Batal
@endsection