@extends('admin.layout.master') @section('title', __('admin.setting')) @section('styles') @endsection @section('scripts') @endsection @section('content')
{{ __('admin.notitfication') }}
@foreach ($notifications as $notification) @endforeach
{{ __('admin.title') }} {{ __('admin.body') }} {{ __('admin.type') }} {{ __('admin.action') }}
{{ $notification->title }} {{ $notification->message }} {{ __('admin.' . $notification->type) }}
@endsection