@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}}
@emptyNo Bank
@endforelse @elseชำระเงินปลายทาง
@endif