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

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

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