@extends('layouts.metronic', ['title' => 'CATEGORII DE RETETE', 'subtitle' => (!empty($recipe_category))?'Editare categorie':'Adăugare categorie']) @section('content')
@if(Session::has('success')) @endif @if ($errors->any())
@endif

{{ (!empty($recipe_category))?'Editare categorie':'Adăugare categorie' }}

@if (!empty($recipe_category)) @endif
@foreach($languages as $lang)
{{$lang['name']}}
@endforeach
Închide
@endsection @section('menuVariables') @endsection