@extends('layouts.admin') @section('title') @lang('SMS Template') @endsection @section('breadcrumb')

@lang('Edit SMS Template')

@lang('Back')
@endsection @section('content')
{{ __('Edit SMS Template Form') }}
@csrf @include('admin.partials.form-both')

{{ __('Use the BB codes, it show the data dynamically in your sms.') }}


@if($data->codes) @foreach ($data->codes as $code => $meaning) @endforeach @endif
{{ __('Meaning') }} {{ __('BB Code') }}
{{ __($meaning) }} {{'{'.$code.'}'}}
@endsection @push('script') @endpush