@extends('admin.layouts.app') @section('panel')
@lang('Short Code') @lang('Description')
@{{fullname}} @lang('Full Name of User')
@{{username}} @lang('Username of User')
@{{message}} @lang('Message')
@lang('Global Short Codes')
@foreach($general->global_shortcodes as $shortCode => $codeDetails) @endforeach
@lang('Short Code') @lang('Description')
@{{@php echo $shortCode @endphp}} {{ __($codeDetails) }}
@csrf
@endsection