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

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

@csrf @method('put')

@lang('settings/rentals/response-templates/edit.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