@extends('layouts.management') @section('content') Management Notifications : Publish Management > Notifications > Publish @csrf @if($errors->any()) Erreur{{$errors->first()}} @endif @foreach(config('app.language') as $k => $v) {{ $v }} @endforeach @endsection @section('scripts') @endsection
Erreur{{$errors->first()}}