@extends('layouts.main.app')
@section('head')
@include('layouts.main.headersection',['title'=> 'Edit Template','buttons'=>[
[
'name'=>'  Back',
'url'=> route('user.template.index'),
]
]])
@endsection
@push('topcss')
@endpush
@section('content')
- {{ __('{name} = recipient can see his/her name') }}
- {{ __('{phone_number} = recipient can see his/her phone number') }}
- {{ __('{my_name} = recipient can see your name') }}
- {{ __('{my_email} = recipient can see your email') }}
- {{ __('{my_contact_number} = recipient can see your contact number') }}
@endsection
@push('js')
@endpush