@extends('admin.layouts.app') @section('page_title', __('Push Notification template')) @section('content')

@lang("Edit Push Notification template")

@lang('Short keys for use in ') {{ __($template->name) }}

@foreach($template->short_keys as $key=> $value) @endforeach
@lang('SHORTCODE') @lang('DESCRIPTION')
[[@lang($key)]]
@lang($value)
@foreach($languages as $key => $value) @endforeach
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush