@extends('layouts.app') @section('title', isset($category) ? 'Edit Category' : 'Tambah Category') @section('content')

{{ isset($category) ? 'Edit Category' : 'Tambah Category' }}

@csrf




Cancel
@stop @section('footer') @stop