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