@extends(HotelHelper::viewPath('customers.master')) @section('content')
{{ trans('plugins/hotel::customer.name') }} : {{ auth('customer')->user()->name }}
@endif @if (auth('customer')->user()->email){{ trans('plugins/hotel::customer.form.email') }} : {{ auth('customer')->user()->email }}
@endif @if (auth('customer')->user()->country){{ trans('plugins/hotel::customer.form.country') }} : {{ auth('customer')->user()->country }}
@endif @if (auth('customer')->user()->city){{ trans('plugins/hotel::customer.form.city') }} : {{ auth('customer')->user()->city }}
@endif @if (auth('customer')->user()->zip){{ trans('plugins/hotel::customer.form.zip') }} : {{ auth('customer')->user()->zip }}
@endif{{ trans('plugins/hotel::customer.date_of_birth') }} : {{ auth('customer')->user()->dob }}
@endif @if (auth('customer')->user()->phone){{ trans('plugins/hotel::customer.form.phone') }} : {{ auth('customer')->user()->phone }}
@endif @if (auth('customer')->user()->state){{ trans('plugins/hotel::customer.form.state') }} : {{ auth('customer')->user()->state }}
@endif @if (auth('customer')->user()->address){{ trans('plugins/hotel::customer.form.address') }} : {{ auth('customer')->user()->address }}
@endif