@extends('emails.layout.email') @section('content')

Apreciable estudiante: {{ $full_name }}

Se ha realizado el siguiente pago en la ventanilla:

@foreach ($data as $item) @endforeach
CONCEPTOS PAGADOS
CONCEPTO TOTAL
{{ mb_strtoupper($item['concept']) }} ${{ number_format($item['total'], 2) }}

Total Pagado: ${{ number_format($total, 2) }}

Fecha y hora de la operación: {{ $sale_date }}

Gracias por tu pago.

@endsection