@extends('admin.layouts.app') @section('title') @lang('SMS Template') @endsection @section('content')
@if($smstemplate->short_keys) @foreach($smstemplate->short_keys as $key=> $value) @endforeach @endif
@lang('SHORTCODE') @lang('DESCRIPTION')
[[@lang($key)]]
@lang($value)
@foreach($smsTemplates as $key=>$value)

{{trans('SMS in')}} {{optional($value->language)->name}} : {{$value->name}}

@csrf
@if($errors->has('sms_body'))
@lang($errors->first('sms_body'))
@endif
@endforeach
@endsection