芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/admin/edit_email_template.blade.php
@extends('admin.master_layout') @section('title')
{{__('admin.Email Template')}}
@endsection @section('admin-content')
{{__('admin.Edit Email Template')}}
{{__('admin.Dashboard')}}
{{__('admin.Email Template')}}
{{__('admin.Edit Email Template')}}
{{__('admin.Email Template')}}
@if ($template->id != 3)
{{__('admin.Variable')}}
{{__('admin.Meaning')}}
@if ($template->id == 1)
@php $name="{{name}}"; @endphp
{{ $name }}
{{__('admin.User Name')}}
@endif @if ($template->id == 2)
@php $name="{{name}}"; @endphp
{{ $name }}
{{__('admin.User Name')}}
@php $email="{{email}}"; @endphp
{{ $email }}
{{__('admin.User Email')}}
@php $phone="{{phone}}"; @endphp
{{ $phone }}
{{__('admin.User Phone')}}
@php $subject="{{subject}}"; @endphp
{{ $subject }}
{{__('admin.User Subject')}}
@php $message="{{message}}"; @endphp
{{ $message }}
{{__('admin.Message')}}
@endif @if ($template->id == 4 || $template->id == 8)
@php $name="{{user_name}}"; @endphp
{{ $name }}
{{__('admin.User Name')}}
@endif @if ($template->id == 5)
@php $name="{{seller_name}}"; @endphp
{{ $name }}
{{__('admin.Seller Name')}}
@php $method="{{withdraw_method}}"; @endphp
{{ $method }}
{{__('admin.Withdraw method')}}
@php $total_amount="{{total_amount}}"; @endphp
{{ $total_amount }}
{{__('admin.Total amount')}}
@php $withdraw_charge="{{withdraw_charge}}"; @endphp
{{ $withdraw_charge }}
{{__('admin.Withdraw Charge')}}
@php $withdraw_amount="{{withdraw_amount}}"; @endphp
{{ $withdraw_amount }}
{{__('admin.Withdraw amount')}}
@php $approval_date="{{approval_date}}"; @endphp
{{ $approval_date }}
{{__('admin.Approval Date')}}
@endif @if ($template->id == 6)
@php $name="{{user_name}}"; @endphp
{{ $name }}
{{__('admin.User Name')}}
@php $total_amount="{{amount}}"; @endphp
{{ $total_amount }}
{{__('admin.Total amount')}}
@php $payment_method="{{payment_method}}"; @endphp
{{ $payment_method }}
{{__('admin.Payment Method')}}
@php $order_detail="{{order_details}}"; @endphp
{{ $order_detail }}
{{__('admin.Order Detail')}}
@endif @if ($template->id == 7)
@php $name="{{name}}"; @endphp
{{ $name }}
{{__('admin.Seller Name')}}
@endif
@endif
@csrf @method('PUT')
{{__('admin.Subject')}}
*
{{__('admin.Description')}}
*
{{ $template->description }}</textarea>
{{__('admin.Update')}}
@endsection