Mobile Estimate View: Id: {{$mobileEstimate->id}} Email: {{$mobileEstimate->email}}

App code: {{$mobileEstimate->app_code}}

App platform: {{$mobileEstimate->app_code == 'New' ? $mobileEstimate->app_platform : $mobileEstimate->old_app_platform}}

App device: @if ($mobileEstimate->app_code == 'New') {{ $mobileEstimate->app_device}} @else {{ $mobileEstimate->old_app_device_ios ? $mobileEstimate->old_app_device_ios : $mobileEstimate->old_app_device_android}} @endif

App Category: @if ($mobileEstimate->app_code == 'New') {{$mobileEstimate->app_category == 'Others' ? $mobileEstimate->app_category_other : $mobileEstimate->app_category }} @else {{$mobileEstimate->old_app_category == 'Others' ? $mobileEstimate->app_category_other : $mobileEstimate->old_app_category }} @endif

@if ($mobileEstimate->app_code == 'Old')

App Technology: @if ($mobileEstimate->app_technology_ios && $mobileEstimate->app_technology_android) @if (is_null($mobileEstimate->app_technology_ios) && is_null($mobileEstimate->app_technology_android)) {{ $mobileEstimate->app_technology_cross === 'Others' ? $mobileEstimate->app_technology_other : $mobileEstimate->app_technology_cross }} @else {{ $mobileEstimate->app_technology_ios ?? ($mobileEstimate->app_technology_platform_ios === 'Others' ? $mobileEstimate->app_technology_platform_ios_other : $mobileEstimate->app_technology_platform_ios) }}, {{ $mobileEstimate->app_technology_android ?? ($mobileEstimate->app_technology_platform_android === 'Others' ? $mobileEstimate->app_technology_platform_android_other : $mobileEstimate->app_technology_platform_android) }} @endif @else @if ($mobileEstimate->app_technology_platform_ios) {{$mobileEstimate->app_technology_platform_ios === 'Others' ? $mobileEstimate->app_technology_platform_ios_other : $mobileEstimate->app_technology_platform_ios}} @else {{$mobileEstimate->app_technology_platform_android === 'Others' ? $mobileEstimate->app_technology_platform_android_other : $mobileEstimate->app_technology_platform_android}} @endif @endif

@endif

Need Design: {{$mobileEstimate->app_need_design}}

App SignUp: {{$mobileEstimate->app_signup}}

External Content (Admin panel): {{$mobileEstimate->external_content}}

GPS: {{$mobileEstimate->gps_require}}

Chat Feature: {{$mobileEstimate->chat_feature}}

App Earn: {{$mobileEstimate->earn_app}}

Payment Gateway: {{$mobileEstimate->app_payment_gateway}}

Name: {{$mobileEstimate->name}}

Email: {{$mobileEstimate->email}}

Mobile: {{$mobileEstimate->mobile}}

Company Name: {{$mobileEstimate->company_name}}

Reference: {{$mobileEstimate->reference}}

Region: {{$mobileEstimate->region}}

Client Ip Address: {{$mobileEstimate->ipAddress}}

Client App store link: {{$mobileEstimate->app_link_android}}

Client Apple store link: {{$mobileEstimate->app_link_ios}}

Brief Description: {{$mobileEstimate->old_app_brief_description}}

Additional: {{$mobileEstimate->additional}}

@if ($mobileEstimate->briefAttachment && $mobileEstimate->briefAttachment->isNotEmpty())

App Brief Attachment: Click to view

@endif @if ($mobileEstimate->app_attachment && $mobileEstimate->app_attachment->isNotEmpty())

App Attachment: Click to view

@endif