@extends('layouts.metronic', ['title' => 'NOTIFICĂRI AUTOMATE', 'subtitle' => (!empty($notification))?'Editare notificare':'Adăugare notificare']) @section('content')
@if(Session::has('success')) @endif @if ($errors->any())
@endif

{{ (!empty($notification))?'Editare notificare':'Adăugare notificare' }}

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