@extends('layouts.app') @section('title', 'Kategori Düzenle') @section('content')
@csrf @method('PUT') @include('panel.categories._form')
@endsection