@extends('admin.layouts.app') @if($method == 'PUT') @section('title', \App\Helpers\TranslationHelper::translate('Edit Category')) @else @section('title', \App\Helpers\TranslationHelper::translate('Add Category')) @endif @section('crumb') @endsection @push('admin_css') @endpush @section('content')