@if (isset($category)) {{ __('Update Category') }} @else {{ __('New Category') }} @endif
{{ __('Back to Categories') }}
@if ($errors->any()) @endif @if (session('success')) {{ session('success') }} @endif @if (isset($category))
@method('PUT') @else @endif @csrf {{ __('Details') }}
@if (isset($category)) {{ __('Update') }} @else {{ __('Create') }} @endif
{{ __('Back to categories') }}