@extends('layouts.settings.default') @push('css_lib') {{--dropzone--}} @endpush @section('settings_title',trans('lang.app_setting_notifications')) @section('settings_content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['url' => ['settings/update'], 'method' => 'patch']) !!}
{!! trans('lang.app_setting_notifications') !!}
{!! Form::label('enable_notifications', trans('lang.app_setting_enable_notifications'),['class' => 'col-2 control-label text-right']) !!}
{!! Form::label('fcm_key', trans('lang.app_setting_fcm_key'), ['class' => 'col-2 control-label text-right']) !!}
{!! Form::text('fcm_key', setting('fcm_key'), ['class' => 'form-control','placeholder'=> trans('lang.app_setting_fcm_key_placeholder')]) !!}
{!! trans('lang.app_setting_fcm_key_help') !!}
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush