@extends('back.layout') @section('main')
@if(Route::currentRouteName() === 'categories.edit') @method('PUT') @endif @csrf
@if(session('ok')) @endif
@endsection @section('js') @endsection