@extends('admin.layouts.app') @section('extra-css') @endsection @section('content')

{{ __('admin.notifications') }}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
{{-- --}}
@csrf
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('extra-js') @endsection