@extends('tenant.layouts.master') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.rental_settings') => route('tenant.settings.rentals.contracts.index') , __('breadcrumb.rental_settings') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'settings.rentals.response-templates']) @endsection @section('content')
{{-- Automatic export invoices settings --}} @can('rentalsSettings-responseTemplates-add')

@lang('settings/rentals/response-templates/create.response_templates')

@csrf

@lang('settings/rentals/response-templates/create.please_enter_the_following_variables_that_will_be_replaced_to_send_the_email_to_the_client_in_this_format') {tenant_name} , {date}, {contact_number}, {your_name}, {your_title_role} , {your_contact_information}




@lang('settings/rentals/response-templates/create.please_enter_the_following_variables_that_will_be_replaced_to_send_the_email_to_the_client_in_this_format') {tenant_name} , {date}, {contact_number}, {your_name}, {your_title_role} , {your_contact_information}





@endcan
@endsection @push('script') @endpush