@extends('layouts.app') @section('page-title', $category->exists ? __('app.category.edit') : __('app.category.new')) @section('content') @if ($errors->any())
@endif
@csrf @if ($category->exists) @method('PUT') @endif
@endsection