@extends('admin.layouts.main') @section('panel')

{{__('admin.notification.content.short_code')}}

@if($template->short_key) @foreach($template->short_key as $key => $value) @endforeach @endif
{{ __('admin.table.short_key') }} {{ __('admin.table.details') }}
[@lang($key)] {{__($value)}}

{{__('admin.notification.content.template_update')}}

@csrf
@endsection