@extends('layouts.master') @section('title', $page_data['title']) @section('page_scripts') @endsection @section('content')

{{ $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')
@else @endif
{{trans('app.settings.notifications.add_new.table_headings.notification')}}
@if ($page_data['action'] == 'add') @else @endif
@endsection