@extends('tenant.settings.rentals.rentals-settings-tabs') @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('rentals-settings-content')
{{-- Automatic export invoices settings --}} @can('rentalsSettings-responseTemplates')

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

@lang('settings/rentals/response-templates/index.add') @forelse ($response_templates as $template) @empty @endforelse
# @lang('settings/rentals/response-templates/index.name') @lang('settings/rentals/response-templates/index.type') @lang('settings/rentals/response-templates/index.procedures')
{{ $loop->iteration }} {{ $template->description }} {{ $template->type }} @lang('settings/rentals/response-templates/index.edit')
@lang('settings/rentals/response-templates/index.no_response_templates_yet')
@endcan
@endsection