@extends('admin::layouts.master') @section('content')

{{ $category->exists ? 'Edit' : 'Create' }} Forum Category

@csrf @if($category->exists) @method('PUT') @endif
@endsection