@extends('branch.layouts.index') @section('content')
@if ($user->name)

@lang('validation.attributes.name')

{{ $user->name }}

@endif @if ($user->first_name)

@lang('validation.attributes.first_name')

{{ $user->first_name }}

@endif @if ($user->last_name)

@lang('validation.attributes.last_name')

{{ $user->last_name }}

@endif @if ($user->phone)

@lang('validation.attributes.phone')

{{ $user->phone }}

@endif @if ($user->email)

@lang('validation.attributes.email')

{{ $user->email }}

@endif @if ($user->birthdate)

@lang('validation.attributes.birthdate')

{{ $user->birthdate }}

@endif @if ($user->passport_number)

@lang('validation.attributes.passport_number')

{{ $user->passport_number }}

@endif @if ($user->passport_country)

@lang('validation.attributes.passport_country')

@lang("countries.{$user->passport_country}")

@endif @if ($user->residence_country)

@lang('validation.attributes.residence_country')

@lang("countries.{$user->residence_country}")

@endif

@lang('global.entity') @lang('global.device') @lang('global.platform') @lang('global.browser') @lang('global.locale') @lang('global.qr') @lang('validation.attributes.created_at')
@lang('global.order_number') @lang('validation.attributes.created_at') @lang('global.captain_name') @lang('global.delivery_fees') @lang('global.total_amount') @lang('global.order_type') @lang('global.order_status')
@lang('global.order_number') @lang('validation.attributes.created_at') @lang('global.captain_name') @lang('global.delivery_fees') @lang('global.total_amount') @lang('global.order_type') @lang('global.order_status')
@lang('global.order_number') @lang('validation.attributes.created_at') @lang('global.total_amount') @lang('global.order_status')
@lang('global.reservation_number') @lang('validation.attributes.created_at') @lang('global.total_amount') @lang('global.reservation_status')
@endsection