@extends('layouts.app') @section('title', 'Yeni Kategori') @section('content')
@csrf @include('panel.categories._form')
@endsection