@extends('layouts.master')
@section('title', $page_data['title'])
@section('page_scripts')
@endsection
@section('content')
-
{{trans('app.settings.title')}}
-
{{trans('app.settings.notifications.view_all.title')}}
-
{{ $page_data['title'] }}
{{ $page_data['title'] }}
{{getHeading(trans('app.headings.settings.notifications.add'))}}
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if ($page_data['action'] == 'add')
@endsection