@extends('layout.app', ['title' => 'Thanh toán']) @push('style') @vite(['resources/css/layout/banner_main.css', 'resources/css/payment.css', 'resources/css/landing.css', 'resources/css/students/student.css']) @endpush @php use App\Enums\PromotionStatus; @endphp @section('content')
@include('layout.landing_banner', [ 'title' => 'thanh toán', 'description' => 'Chi tiết thông tin thanh toán của bạn!', ])
@csrf @if (session()->has('error'))
{{ session('error') }}
@endif @if (session()->has('message'))
{{ session('message') }}
@endif
Hỗ trợ thanh toán nhanh
Chọn phương thức thanh toán

{{ $courseAboardStudy->name }}

Lớp {{ $courseAboardStudy->grade->name }}
Khóa học: {{ $course_price->package_time->time }} tháng {{ $course_price->month_gift_status == PromotionStatus::ACTIVE->value ? ' + ' . $course_price->month_gift . ' tháng khuyến mãi' : '' }}

{{ $course_price_final != 0 ? number_format($course_price_final, 0, '.', ',') : '0' }} vnd

Số tiền cần thanh toán

@endsection @push('script') @vite(['resources/js/landing.js', 'resources/js/payment.js', 'resources/js/payment.js']) @endpush