@extends('layouts.metronic', ['title' => 'Sezoanele Servirii', 'subtitle' => (!empty($serving_season))?'Editare sezon':'Adăugare sezon']) @section('content')
@if(Session::has('success')) @endif @if ($errors->any())
@endif

{{ (!empty($serving_season))?'Editare sezon':'Adăugare sezon' }}

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