@extends('layouts.app') @section('title', $title = __('forms.edit') . ' ' . $category->title) @section('content')
@csrf @method('PATCH')
@if(auth()->user()->type == 'admin')
@endif
@endsection