@extends('layouts.main') @section('title') {{ __('Notification Settings') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@csrf
{{ __('FCM Notification Settings') }}
{{__('(Accept only Json File)')}}
{{ __('Email Notification Settings') }}
@endsection @section('js') @endsection