@extends('cusapp_other') @section('content')

ยืนยันการสั่งซื้อ

ชื่อผู้รับ : {{ isset(Auth::user()->name) ? Auth::user()->name : ''}}

เบอร์โทรศัพท์ : {{ isset(Auth::user()->tel) ? Auth::user()->tel : ''}}

Email : {{ isset(Auth::user()->email) ? Auth::user()->email : ''}}

ที่อยู่ : {{ isset(Auth::user()->address) ? Auth::user()->address : ''}}

รหัสไปรษณีย์ : {{ isset(Auth::user()->postcode) ? Auth::user()->postcode : ''}}

ประเทศ : {{ isset(Auth::user()->nationnal) ? Auth::user()->nationnal : ''}}

รูปแบบการชำระเงิน

@if($paymethod=='BTF') @forelse($banks as $bank)

{{ $bank->name }} : {{$bank->account_id}} Name {{$bank->account_name}}

@empty

No Bank

@endforelse @else

ชำระเงินปลายทาง

@endif
@endsection @section('script') @endsection