@extends('layout.app', ['title' => 'Thanh toán | Tutor']) @push('style') @vite(['resources/css/layout/banner_main.css', 'resources/css/payment.css', 'resources/css/landing.css', 'resources/css/students/student.css']) @endpush @php @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

Sản phẩm đã chọn

@if ($extendHireTutorData['is_teach_online'] === '0')
Địa chỉ của bạn: {{ $extendHireTutorData['address'] }}
@endif
{{ $extendHireTutorData['tutor_name'] }}
{{ $extendHireTutorData['is_teach_online'] === '0' ? 'Gia sư tại nhà' : 'Gia sư Online' }}
{{ getTutorInfoSkill($extendHireTutorData['tutor_info']) }}
Gia hạn khóa học thêm {{ $extendHireTutorData['extend_time'] }} tháng
Thời gian kết thúc khóa học:
{{ getFormatDate($extendHireTutorData['end_date']) }}

{{ !is_null($extendHireTutorData['fee']) ? number_format($extendHireTutorData['fee'], 0, '.', ',') . ' Vnd' : '' }}

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

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