@extends('frontend.layouts.partials.default') @section('title','Frequently Asked Questions') @section('main')
Title : {{$image->image_title}}
Image ID : {{$image->image_name_id}}
Copyright : {{$image->copyright}}
License type : {{config('variables.License')[$image->license_type]}}
Keywords : {{Str::substr($image->keyword, 0 , 70)}} ... {{Str::substr($image->keyword, 70 )}} see all {{-- Bootstrap Pills --}} @if ($image->license_type == 1)
@foreach($pricing as $key=>$price) @if($image->license_type == 0) @elseif($image->license_type == 2) @endif @endforeach

{{$price->name}}

{{$price->width}} X {{$price->height}}

08 X 06 inch ({{$price->dpi}} dpi)

$ {{$price->royality_price}}

$ {{$price->premium_price}}

@else
{{-- Download by price --}}
@if (session('is_login'))
@endif @csrf
@foreach($pricing as $key=>$price) @if($image->license_type == 0) @elseif($image->license_type == 2) @endif {{--

{{$price->name}}

{{$price->width}} X {{$price->height}}

08 X 06 inch ({{$price->dpi}} dpi)

@if($image->license_type == 0)

${{$price->royality_price}}.00

@elseif($image->license_type == 2)

${{$price->premium_price}}.00

@endif --}} @endforeach

{{$price->name}}

{{$price->width}} X {{$price->height}}

08 X 06 inch ({{$price->dpi}} dpi)

{{Priceformat($price->royality_price)}}

{{Priceformat($price->premium_price)}}

@if (session('is_login')) @else Download   @endif
@if (session('is_login'))
@endif
{{-- Subscription --}} @if($image['license_type'] == 0)
@if (session('is_login'))
@csrf @endif
@foreach($pricing as $price) @endforeach
plan_type)) @if($plan_detail->plan_type == $price->id) checked @endif @endif type="radio" class="form-check-input" name="radio" id="radio" />

{{$price->name}}

{{$price->width}} X {{$price->height}}

08 X 06 inch ({{$price->dpi}} dpi)

@if (session('is_login')) @if(isset($plan_detail->plan_type)) Download   @endif
@else Download  
@endif
@endif
@endif
{{-- Same Series --}}

Same Series


    @if(count($seriesimages)==0)

    No Records

    @else @endif

{{-- Similar Images --}}

Similar Images


    @if(count($similarimages)==0)

    No Records

    @else @endif

{{-- Get quote modal --}} @endsection