@extends('layouts.metronic') @section('content')
{{ (!empty($category))?'Editare':'Adăugare' }} Categorie
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (!empty($category)) @endif
@endsection @section('scripts') @endsection @section('menuVariables') var menuItemName = "menuAccCategory"; var submenuItemName = ""; @stop