@php
$timeformat = now()->isoFormat('A');
$greeting = $timeformat==='a. m.' ? 'Buenos dias' : 'Buenas tardes';
$formpayment = FormPayment::where('usopropietario' , '=',1)->orderBy('type_currency')->get(['name','type_currency']);
// $formpayment = FormPayment::select('name','type_currency')->orderBy('type_currency')->get(['name','type_currency']);
@endphp
{{ $greeting }}
|
Sr(a). {{ $data['property']['name'] }}
|
El Equipo de
{{ $data['customer']['name'] }} le
informamos que fue emitido el Aviso de cobro del
periodo
{{ $data['property']['periodo'] }}
correspondiente
al {{ $data['property']['typeproperty'] }}
de su propiedad ubicada en el
{{ $data['property']['condominio'] }}
|
|
|
|
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- {{ $data['message']['ads1'] }}--}}
{{-- | --}}
{{-- --}}
{{-- --}}
{{-- | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- {{ $data['message']['ads2'] }} --}}
{{-- | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- {{ $data['message']['ads3'] }} | --}}
{{-- --}}
{{-- --}}
{{-- | --}}
{{-- --}}
{{-- --}}
{{-- | --}}
{{-- --}}
|
-
{{ $data['message']['ads1'] }}
-
{{ $data['message']['ads2'] }}
-
{{ $data['message']['ads3'] }}
-
{{ $data['message']['ads4'] }}
-
{{ $data['message']['ads5'] }}
|
|
|
|
¿Como realizar el pago de mi recibo de condominio?
|
|
Para realizar el pago debe realizarlo a nombre
de
{{ $data['property']['condominio'] }}
RIF {{ $data['property']['rifcondominio'] }}
|
|
|
|
|
@foreach($data['accountbankactive'] as $account)
|
{{$account['bank']['nombre_banco']}}
|
{{ $account['details'] }}
|
|
|
{{$account['number_account_bank']}}
|
|
|
|
@endforeach
|
@foreach( $formpayment as $method)
|
|
|
{{$method->type_currency}}
|
|
|
|
@endforeach
|
|