vvvsvsdgdsrytvvfPKR\?>views/errors/503.blade.phpnu[ {{-- required meta tags --}} {{-- title --}} {{ 'Maintenance Mode | ' . config('app.name') }} {{-- fav icon --}} {{-- bootstrap css --}} {{-- 503 css --}}
image

{!! nl2br($websiteInfo->maintenance_msg) !!}

PKR\Qviews/errors/404.blade.phpnu[@php $basicInfo = App\Models\BasicSettings\Basic::select('breadcrumb', 'theme_version')->firstOrFail(); $version = $basicInfo->theme_version; @endphp @extends('frontend.layout') @section('pageHeading') {{ __('404') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $basicInfo->breadcrumb, 'title' => __('404'), ])

{{ __('404 not found') }}

{{ __('The page you are looking for might have been moved, renamed, or might never existed.') }}

{{ __('Back to Home') }}
@endsection PKR\Kviews/front/paytm.blade.phpnu[@extends('frontend.layout') @section('content')

Please do not refresh this page...

{{ csrf_field() }} $value) { echo ''; } ?>
@endsection @section('script') @endsection PKR\g٬mmviews/front/razorpay.blade.phpnu[
@csrf
PKR\ 'views/vendors/partials/footer.blade.phpnu[ PKR\~22,views/vendors/partials/side-navbar.blade.phpnu[ PKR\!ƭ,66'views/vendors/partials/styles.blade.phpnu[{{-- fontawesome css --}} {{-- fontawesome icon picker css --}} {{-- icon picker css --}} {{-- bootstrap css --}} {{-- bootstrap tags-input css --}} {{-- jQuery-ui css --}} {{-- jQuery-timepicker css --}} {{-- bootstrap-datepicker css --}} {{-- dropzone css --}} {{-- atlantis css --}} {{-- select2 css --}} {{-- admin-main css --}} PKR\uF>55+views/vendors/partials/top-navbar.blade.phpnu[
@if (!empty($websiteInfo->logo)) @endif
PKR\Yf{(views/vendors/partials/scripts.blade.phpnu[ {{-- core js files --}} {{-- jQuery ui --}} {{-- jQuery time-picker --}} {{-- jQuery scrollbar --}} {{-- bootstrap notify --}} {{-- sweet alert --}} {{-- bootstrap tags input --}} {{-- bootstrap date-picker --}} {{-- js color --}} {{-- fontawesome icon picker js --}} {{-- datatables js --}} {{-- datatables bootstrap js --}} {{-- tinymce editor --}} {{-- dropzone js --}} {{-- atlantis js --}} {{-- fonts and icons script --}} @if (session()->has('success')) @endif @if (session()->has('warning')) @endif {{-- select2 js --}} {{-- admin-main js --}} {{-- admin-partial js --}} PKR\Iط*views/vendors/partials/languages.blade.phpnu[@if (!empty($langs)) @endif PKR\Hi'views/vendors/offline-success.blade.phpnu[@extends('vendors.layout') @section('content')
{{ __('Payment') }}

{{ __('Membership Request Sent.') }}

{{ __('Your membership extend request is sent successfully. You will be notified with activation & expire date via mail once the request is approved') }}

@endsection PKR\(++#views/vendors/payment_log.blade.phpnu[@extends('vendors.layout') @section('content')
{{ __('Subscription Log') }}
@if (count($memberships) == 0)

{{ __('NO MEMBERSHIP FOUND') }}

@else
@foreach ($memberships as $key => $membership) @php $bex = json_decode($membership->settings); @endphp @endforeach
{{ __('Transaction Id') }} {{ __('Amount') }} {{ __('Payment Status') }} {{ __('Payment Method') }} {{ __('Receipt') }} {{ __('Actions') }}
{{ strlen($membership->transaction_id) > 30 ? mb_substr($membership->transaction_id, 0, 30, 'UTF-8') . '...' : $membership->transaction_id }} @if ($membership->price == 0) {{ __('Free') }} @else {{ format_price($membership->price) }} @endif @if ($membership->status == 1)

{{ __('Success') }}

@elseif ($membership->status == 0)

{{ __('Pending') }}

@elseif ($membership->status == 2)

{{ __('Rejected') }}

@endif
{{ $membership->payment_method }} @if (!empty($membership->receipt)) {{ __('Show') }} @else - @endif @if (!empty($membership->name !== 'anonymous')) {{ __('Detail') }} @else - @endif
@endif
@endsection PKR\蔃G'views/vendors/message/message.blade.phpnu[ PKR\ǣ"oo'views/vendors/message/product.blade.phpnu[@extends('vendors.layout') @section('content')
{{ __('Messages') }}
@includeIf('admin.partials.languages')
@if (count($messages) == 0)

{{ __('NO MESSAGE FOUND') . '!' }}

@else
@foreach ($messages as $message) @php $product_content = App\Models\Listing\ListingProductContent::where( 'listing_product_id', $message->product_id, ) ->where('language_id', $language->id) ->first(); $listing_content = App\Models\Listing\ListingContent::where([ ['listing_id', @$product_content->listing_id], ['language_id', $language->id], ])->first(); @endphp @endforeach
{{ __('Listing Title') }} {{ __('Product Title') }} {{ __('Name') }} {{ __('Email ID') }} {{ __('Actions') }}
@if (!empty($listing_content)) {{ strlen($listing_content->title) > 40 ? mb_substr($listing_content->title, 0, 40, 'utf-8') . '...' : $listing_content->title }} @endif @if (!empty($product_content)) {{ strlen($product_content->title) > 40 ? mb_substr($product_content->title, 0, 40, 'utf-8') . '...' : $product_content->title }} @endif {{ $message->name }} {{ $message->email }}
@csrf
@endif
@include('vendors.message.message') @endsection PKR\Te00'views/vendors/message/listing.blade.phpnu[@extends('vendors.layout') @section('content')
{{ __('Messages') }}
@includeIf('admin.partials.languages')
@if (count($messages) == 0)

{{ __('NO MESSAGE FOUND') . '!' }}

@else
@foreach ($messages as $message) @php $listing_content = App\Models\Listing\ListingContent::where([ ['listing_id', $message->listing_id], ['language_id', $language->id], ])->first(); @endphp @endforeach
{{ __('Listing Title') }} {{ __('Name') }} {{ __('Email ID') }} {{ __('Phone') }} {{ __('Actions') }}
@if (!empty($listing_content)) {{ strlen($listing_content->title) > 40 ? mb_substr($listing_content->title, 0, 40, 'utf-8') . '...' : $listing_content->title }} @endif {{ $message->name }} {{ $message->email }} {{ $message->phone }}
@csrf
@endif
@include('vendors.message.message') @endsection PKR\#7-  -views/vendors/support_ticket/create.blade.phpnu[@extends('vendors.layout') @section('content')
{{ __('Add a ticket') }}
    @csrf
    @error('email')

    {{ $message }}

    @enderror
    @error('subject')

    {{ $message }}

    @enderror
    @error('file')

    {{ $message }}

    @enderror

    {{ __('Upload only ZIP Files, Max File Size is 20 MB') }}

    @endsection @section('script') @endsection PKR\6^~~,views/vendors/support_ticket/index.blade.phpnu[@extends('vendors.layout') @section('content')
    {{ __('Support Tickets') }}
    @if (session()->has('course_status_warning'))

    {{ session()->get('course_status_warning') }}

    @endif @if (count($collection) == 0)

    {{ __('NO SUPPORT TICKET FOUND ') . '!' }}

    @else
    @foreach ($collection as $item) @endforeach
    {{ __('Ticket ID') }} {{ __('Email') }} {{ __('Subject') }} {{ __('Status') }} {{ __('Action') }}
    {{ $item->id }} {{ $item->email != '' ? $item->email : '-' }} {{ $item->subject }} @if ($item->status == 1) {{ __('Pending') }} @elseif($item->status == 2) {{ __('Open') }} @elseif($item->status == 3) {{ __('Closed') }} @endif
    @endif
    @endsection PKR\f; ; /views/vendors/support_ticket/messages.blade.phpnu[@extends('vendors.layout') @section('content')
    {{ __('Ticket Details') }} - #{{ $ticket->id }}

    {{ $ticket->subject }}

    @if ($ticket->status == 1) {{ __('Pending') }} @elseif($ticket->status == 2) {{ __('Open') }} @else {{ __('Closed') }} @endif {{ date('dS F Y, h.i A', strtotime($ticket->created_at)) }}
    @php $px = '16px'; @endphp

    {!! $ticket->description !!}

    @if ($ticket->attachment) {{ __('Download Attachment') }} @endif
    {{ __('Replies') }}
    @if (count($ticket->messages) > 0) @foreach ($ticket->messages as $reply) @if ($reply->type == 2) @php $admin = App\Models\Admin::where('id', $reply->user_id)->first(); @endphp
    ...
    {{ $admin->username }}
    {{ $admin->id == 1 ? 'Super Admin' : $admin->role->name }}

    {!! $reply->reply !!}

    @if ($reply->file) {{ __('Download') }} @endif
    @else @php $vendor = App\Models\Vendor::where('id', $ticket->user_id)->first(); @endphp
    @if ($vendor) @if ($vendor->photo != null) user-photo @else user-photo @endif @else user-photo @endif
    {{ $vendor->username }}
    {{ __('Vendor') }}

    {!! $reply->reply !!}

    @if ($reply->file) {{ __('Download') }} @endif
    @endif @endforeach @endif
    @if ($ticket->status != 3)
    {{ __('Reply to Ticket') }}
    @csrf
    @error('reply')

    {{ $message }}

    @enderror
    @error('file')

    {{ $message }}

    @enderror

    {{ __('Upload only ZIP Files, Max File Size is 20 MB') }}

    @endif
    @endsection @section('script') @endsection PKR\s).views/vendors/listing/business-hours.blade.phpnu[@extends('vendors.layout') @section('content')
    {{ __('Business Hours') }}
    {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
    @csrf @foreach ($days as $day) @endforeach
    {{ __('Day') }} {{ __('Start Time') }} {{ __('End Time') }} {{ __('Holiday') }}
    {{ $day->day }} @if ($day->holiday == 0) -- @else

    @endif
    @if ($day->holiday == 0) -- @else

    @endif
    @endsection @section('script') @endsection PKR\t+ i[i[&views/vendors/listing/create.blade.phpnu[@extends('vendors.layout') @section('content') @php $vendorId = Auth::guard('vendor')->user()->id; if ($vendorId) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if ($current_package != '[]') { $numberoffImages = $current_package->number_of_images_per_listing; } else { $numberoffImages = 0; } if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } else { $permissions = null; } } else { $permissions = null; } @endphp
    @if ($current_package != '[]') @if (vendorTotalAddedListing($vendorId) >= $current_package->number_of_listing)
    {{ __("You can't add more Listing. Please buy/extend a plan to add Listing") }}
    @php $can_listing_add = 2; @endphp @else @php $can_listing_add = 1; @endphp @endif @else @php $pendingMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', Auth::id()], ['status', 0]]) ->whereYear('start_date', '<>', '9999') ->orderBy('id', 'DESC') ->first(); $pendingPackage = isset($pendingMemb) ? \App\Models\Package::query()->findOrFail($pendingMemb->package_id) : null; @endphp @if ($pendingPackage)
    {{ __('You have requested a package which needs an action (Approval / Rejection) by Admin. You will be notified via mail once an action is taken.') }}
    {{ __('Pending Package') . ':' }} {{ $pendingPackage->title }} {{ $pendingPackage->term }} {{ __('Decision Pending') }}
    @else @php $newMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', Auth::id()], ['status', 0]]) ->first(); @endphp @if ($newMemb)
    {{ __('Your membership is expired. Please purchase a new package / extend the current package.') }}
    @endif
    {{ __('Please purchase a new package to add Listing.') }}
    @endif @php $can_listing_add = 0; @endphp @endif
    {{ __('Add Listing') }}
      @csrf

      @if ($current_package != '[]') @if (vendorTotalAddedListing($vendorId) <= $current_package->number_of_listing)

      {{ __('You can upload maximum ' . $current_package->number_of_images_per_listing . ' images under one listing') }}

      @endif @endif
      @csrf

      ...
      {{ __('Choose Image') }}

      {{ __('Image Size 600x400') }}

      @if (is_array($permissions) && in_array('Video', $permissions))

      @php $display = 'none'; @endphp
      ...
      {{ __('Choose Image') }}
      @endif
      @if (is_array($permissions) && in_array('Video', $permissions))
      @endif
      @php $approve = App\Models\BasicSettings\Basic::select('admin_approve_status')->first(); $status = $approve->admin_approve_status; @endphp

      {{ __('The Latitude must be between -90 and 90. Ex:49.43453') }}

      {{ __('The Longitude must be between -180 and 180. Ex:149.91553') }}

      @foreach ($languages as $language)
      @php $categories = App\Models\ListingCategory::where('language_id', $language->id) ->where('status', 1) ->get(); @endphp
      @php $Countries = App\Models\Location\Country::where('language_id', $language->id)->get(); $totalCountry = $Countries->count(); @endphp @if ($totalCountry > 0)
      @endif @php $States = App\Models\Location\State::where('language_id', $language->id)->get(); $totalState = $States->count(); @endphp @if ($totalState > 0)
      @endif @php $cities = App\Models\Location\City::where('language_id', $language->id)->get(); $totalCity = $cities->count(); @endphp
      @if (is_array($permissions) && in_array('Amenities', $permissions))
      @php $aminities = App\Models\Aminite::where('language_id', $language->id)->get(); @endphp
      @endif
      @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
      @endforeach
      @endforeach
      @endsection @section('script') @endsection PKR\tuK/views/vendors/listing/offline-success.blade.phpnu[@extends('vendors.layout') @section('content')
      {{ __('Payment') }}

      {{ __('Request Sent.') }}

      {{ __('Your request to feature the listing is sent successfully.You will be notified.') }}

      @endsection PKR\ʲ,,.views/vendors/listing/product/create.blade.phpnu[@extends('vendors.layout') @section('content') @php $vendor_id = Auth::guard('vendor')->user()->id; if ($vendor_id) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendor_id); if ($current_package != '[]') { $numberoffImages = $current_package->number_of_images_per_products; } else { $numberoffImages = 0; } } @endphp
      @if ($current_package != '[]') @if (TotalProductPerListing($listing_id) >= $current_package->number_of_products) @php $can_product_add = 2; @endphp @else @php $can_product_add = 1; @endphp @endif @else @php $can_product_add = 0; @endphp @endif
      {{ __('Add Product') }}
      {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
        @csrf

        @if ($current_package != '[]')

        {{ __('You can upload maximum ' . $current_package->number_of_images_per_products . ' images under one product') }}

        @endif
        @csrf

        ...
        {{ __('Choose Image') }}
        @php $currencyText = $currencyInfo->base_currency_text; @endphp
        @foreach ($languages as $language)
        @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
        @endforeach
        @endforeach
        @endsection @section('script') @endsection PKR\6 ..,views/vendors/listing/product/edit.blade.phpnu[@extends('vendors.layout') @section('content') @php $vendor_id = Auth::guard('vendor')->user()->id; if ($vendor_id) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendor_id); if ($current_package != '[]') { $numberoffImages = $current_package->number_of_images_per_products; } else { $numberoffImages = 0; } } @endphp
        {{ __('Edit Product') }}
        {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $product->listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
          @foreach ($product->galleries as $item) @endforeach
          Ad Image
          @csrf

          {{ __('You can upload maximum ' . $current_package->number_of_images_per_products . ' images under one product') }}

          @csrf

          ...
          {{ __('Choose Image') }}
          @php $currencyText = $currencyInfo->base_currency_text; @endphp
          @foreach ($languages as $language) @php $listingContent = App\Models\Listing\ListingProductContent::where( 'listing_product_id', $product->id, ) ->where('language_id', $language->id) ->first(); @endphp
          @endforeach
          @endsection @section('script') @endsection @section('variables') @endsection PKR\=-views/vendors/listing/product/index.blade.phpnu[@extends('vendors.layout') @includeIf('admin.partials.rtl_style') @section('content')
          {{ __('Products') }}
          @includeIf('admin.partials.languages')
          @if ($title) {{ __('Preview') }} @endif {{ __('Back') }}
          @if (count($listing_products) == 0)

          {{ __('NO PRODUCT FOUND') . '!' }}

          @else
          @foreach ($listing_products as $product) @endforeach
          {{ __('Title') }} {{ __('Status') }} {{ __('Actions') }}
          @php $listing_product_content = App\Models\Listing\ListingProductContent::where( 'listing_product_id', $product->id, ) ->where('language_id', $language->id) ->first(); @endphp @if (!empty($listing_product_content)) {{ strlen(@$listing_product_content->title) > 50 ? mb_substr(@$listing_product_content->title, 0, 50, 'utf-8') . '...' : @$listing_product_content->title }} @else -- @endif
          @csrf
          @endif
          @endsection PKR\+views/vendors/listing/social-link.blade.phpnu[@extends('vendors.layout') @section('content') @php $vendorId = Auth::guard('vendor')->user()->id; if ($vendorId) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); $SocialLinkLimit = packageTotalSocialLink($vendorId); } else { $permissions = null; $SocialLinkLimit = 0; } } else { $permissions = null; $SocialLinkLimit = 0; } @endphp
          {{ __(' Manage Social Link') }}
          {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
            @csrf @if (is_array($permissions) && in_array('Social Links', $permissions))

            {{ __('Social Links') }}


            @foreach ($socialLinks as $keys => $link)
            @endforeach
            @endif
            @endsection @section('script') @endsection @section('variables') @endsection PKR\4dmm$views/vendors/listing/edit.blade.phpnu[@extends('vendors.layout') @section('content') @php $vendorId = Auth::guard('vendor')->user()->id; if ($vendorId) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } else { $permissions = null; } } else { $permissions = null; } @endphp
            {{ __('Edit Listing') }}
            {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing->id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
              @foreach ($listing->galleries as $item) @endforeach
              Ad Image
              @csrf

              {{ __('You can upload maximum ' . $current_package->number_of_images_per_listing . ' images under one listing') }}

              @csrf

              ...
              {{ __('Choose Image') }}

              {{ __('Image Size 600x400') }}

              @if (is_array($permissions) && in_array('Video', $permissions))

              @if ($listing->video_background_image) @endif @php $display = 'none'; @endphp ...
              {{ __('Choose Image') }}
              @endif
              @if (is_array($permissions) && in_array('Video', $permissions))
              @endif
              @php $approve = App\Models\BasicSettings\Basic::select('admin_approve_status')->first(); $status = $approve->admin_approve_status; @endphp

              {{ __('The Latitude must be between -90 and 90. Ex:49.43453') }}

              {{ __('The Longitude must be between -180 and 180. Ex:149.91553') }}

              @foreach ($languages as $language) @php $listingContent = App\Models\Listing\ListingContent::where('listing_id', $listing->id) ->where('language_id', $language->id) ->first(); @endphp
              @php $categories = App\Models\ListingCategory::where('language_id', $language->id) ->where('status', 1) ->get(); @endphp
              @php $Countries = App\Models\Location\Country::where('language_id', $language->id)->get(); $totalCountry = $Countries->count(); @endphp @if ($totalCountry > 0)
              @endif @php $States = App\Models\Location\State::where('language_id', $language->id)->get(); $totalState = $States->count(); $Stateshave = App\Models\Location\State::where([ ['language_id', $language->id], ['country_id', $listingContent ? $listingContent->country_id : 0], ])->get(); $totalStateshave = $Stateshave->count(); @endphp @if ($totalState > 0)
              @endif @php $cities = App\Models\Location\City::where('language_id', $language->id)->get(); $totalCity = $cities->count(); @endphp
              @if (is_array($permissions) && in_array('Amenities', $permissions))
              @php $aminities = App\Models\Aminite::where('language_id', $language->id)->get(); $hasaminitie = $listingContent ? json_decode($listingContent->aminities) : []; @endphp
              @endif
              @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
              @endforeach
              @endforeach
              @endsection @section('script') @endsection @section('variables') @endsection PKR\| s(s('views/vendors/listing/feature.blade.phpnu[@extends('vendors.layout') @section('content') @php $vendorId = Auth::guard('vendor')->user()->id; if ($vendorId) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); $additionalFeatureLimit = packageTotalAdditionalSpecification($vendorId) - $totalFeature; } else { $permissions = null; $additionalFeatureLimit = 0; } } else { $permissions = null; $additionalFeatureLimit = 0; } @endphp
              {{ __('Features') }}
              {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
                @csrf @if (is_array($permissions) && in_array('Feature', $permissions))

                {{ __('Features') }}

                @foreach ($features as $feature)
                @foreach ($languages as $language) @php $feature_content = App\Models\Listing\ListingFeatureContent::where([ ['language_id', $language->id], ['listing_feature_id', $feature->id], ])->first(); @endphp
                @endforeach X
                @php $feature_content = App\Models\Listing\ListingFeatureContent::where( 'listing_feature_id', $feature->id, )->get(); $op = json_decode($feature_content[0]['feature_value']); @endphp @if ($op) @foreach ($op as $opIn => $w)
                @php $opArr = []; for ($i = 0; $i < count($languages); $i++) { $opArr[$i] = json_decode($feature_content[$i]['feature_value'] ?? ''); } @endphp @for ($i = 0; $i < count($languages); $i++)
                @endfor
                @endforeach @endif
                @endforeach
                @endif
                @endsection @section('script') @endsection @section('variables') @endsection PKR\w *views/vendors/listing/faq/create.blade.phpnu[ PKR\ (views/vendors/listing/faq/edit.blade.phpnu[ PKR\)views/vendors/listing/faq/index.blade.phpnu[@extends('vendors.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                {{ __('FAQs') }}
                @includeIf('admin.partials.languages')
                @if ($slug) @endif
                @if (count($faqs) == 0)

                {{ __('NO FAQ FOUND') . '!' }}

                @else
                @foreach ($faqs as $faq) @endforeach
                {{ __('Question') }} {{ __('Serial Number') }} {{ __('Actions') }}
                {{ strlen($faq->question) > 50 ? mb_substr($faq->question, 0, 50, 'UTF-8') . '...' : $faq->question }} {{ $faq->serial_number }}
                @csrf
                @endif
                {{-- create modal --}} @include('vendors.listing.faq.create') {{-- edit modal --}} @include('vendors.listing.faq.edit') @endsection PKR\t,/RR%views/vendors/listing/index.blade.phpnu[@extends('vendors.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl_style') @section('content') @php $vendor_id = Auth::guard('vendor')->user()->id; if ($vendor_id) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendor_id); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } else { $permissions = null; } } else { $permissions = null; } @endphp
                {{ __('Listings') }}
                @includeIf('admin.partials.languages')
                {{ __('Add Listing') }}
                @if (count($listings) == 0)

                {{ __('NO LISTING FOUND') . '!' }}

                @else
                @if (count($charges) > 0) @endif @foreach ($listings as $listing) @php $listing_content = $listing->listing_content->first(); if (is_null($listing_content)) { $listing_content = App\Models\Listing\ListingContent::where('listing_id', $listing->id) ->where('language_id', $language->id) ->first(); } @endphp @if (count($charges) > 0) @endif @include('vendors.listing.feature-payment') @endforeach @if (count($listings) < 3) @endif
                {{ __('Featured Image') }} {{ __('Title') }}{{ __('Featured Status') }}{{ __('Category') }} {{ __('Approve Status') }} {{ __('Hide/Show') }} {{ __('Actions') }}
                @if (!empty($listing_content))
                ...
                @else
                ...
                @endif
                @if (!empty($listing_content)) {{ strlen(@$listing_content->title) > 50 ? mb_substr(@$listing_content->title, 0, 50, 'utf-8') . '...' : @$listing_content->title }} @else -- @endif @php $order_status = App\Models\FeatureOrder::where('listing_id', $listing->id)->first(); $today_date = now()->format('Y-m-d'); @endphp @if (is_null($order_status)) @endif @if ($order_status) @if ($order_status->order_status == 'pending')

                {{ ucfirst('pending') }}

                @endif @if ($order_status->order_status == 'completed') @if ($order_status->end_date < $today_date) @else

                {{ ucfirst('Active') }}

                @endif @endif @if ($order_status->order_status == 'rejected') @endif @endif
                @if (!empty($listing_content)) @php $categoryName = App\Models\ListingCategory::where( 'id', $listing_content->category_id, )->first(); @endphp {{ @$categoryName->name }} @else -- @endif @if ($listing->status == 1)

                {{ __('Approved') }}

                @elseif($listing->status == 2)

                {{ __('Rejected') }}

                @else

                {{ __('Pending') }}

                @endif
                @csrf
                @if ($current_package == '[]')
                @csrf
                @else @endif
                @endif
                @endsection @section('script') @endsection PKR\v"-LL/views/vendors/listing/feature-payment.blade.phpnu[ PKR\d}N}N'views/vendors/listing/plugins.blade.phpnu[@extends('vendors.layout') @php $vendorId = Auth::guard('vendor')->user()->id; if ($vendorId) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); $listingCanAdd = packageTotalListing($vendorId) - vendorTotalListing($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } } $requiredPermissions = ['Messenger', 'WhatsApp', 'Telegram', 'Tawk.To']; $intersection = array_intersect($permissions, $requiredPermissions); $count = count($intersection); @endphp @section('content')
                @if ($count == 1) {{ __('Plugin') }} @else {{ __('Plugins') }} @endif
                {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
                @if (is_array($permissions) && in_array('Tawk.To', $permissions))
                @csrf
                {{ __('Tawk.To') }}
                @if ($errors->has('tawkto_status'))

                {{ $errors->first('tawkto_status') }}

                @endif
                @if ($errors->has('tawkto_direct_chat_link'))

                {{ $errors->first('tawkto_direct_chat_link') }}

                @endif
                @endif @if (is_array($permissions) && in_array('Telegram', $permissions))
                @csrf
                {{ __('Telegram') }}
                @if ($errors->has('telegram_status'))

                {{ $errors->first('telegram_status') }}

                @endif
                @if ($errors->has('telegram_username'))

                {{ $errors->first('telegram_username') }}

                @endif
                @endif @if (is_array($permissions) && in_array('Messenger', $permissions))
                @csrf
                {{ __('Messenger') }}
                @if ($errors->has('messenger_status'))

                {{ $errors->first('messenger_status') }}

                @endif
                @if ($errors->has('messenger_direct_chat_link'))

                {{ $errors->first('messenger_direct_chat_link') }}

                @endif
                @endif @if (is_array($permissions) && in_array('WhatsApp', $permissions))
                @csrf
                {{ __('WhatsApp') }}
                @if ($errors->has('whatsapp_status'))

                {{ $errors->first('whatsapp_status') }}

                @endif
                @if ($errors->has('whatsapp_number'))

                {{ $errors->first('whatsapp_number') }}

                @endif
                @if ($errors->has('whatsapp_header_title'))

                {{ $errors->first('whatsapp_header_title') }}

                @endif
                @if ($errors->has('whatsapp_popup_status'))

                {{ $errors->first('whatsapp_popup_status') }}

                @endif
                @if ($errors->has('whatsapp_popup_message'))

                {{ $errors->first('whatsapp_popup_message') }}

                @endif
                @endif
                @endsection PKR\9&&)views/vendors/buy_plan/checkout.blade.phpnu[@extends('vendors.layout') @php Config::set('app.timezone', App\Models\BasicSettings\Basic::first()->timezone); @endphp @section('content') @if ($message = Session::get('error'))
                {{ $message }}
                @endif @if (!empty($membership) && ($membership->package->term == 'lifetime' || $membership->is_trial == 1))

                {{ __('If you purchase this package') }} ({{ $package->title }}), {{ __('then your current package') }} ({{ $membership->package->title }}@if ($membership->is_trial == 1) {{ __('Trial') }} @endif) {{ __('will be replaced immediately') }}

                @endif
                @csrf

                {{ $package->title }}

                {{ $package->price == 0 ? 'Free' : format_price($package->price) }} /{{ $package->term }}
                • {{ __('Membership') }} {{ __('Yes') }}
                • {{ __('Start Date') }} @if ( (!empty($previousPackage) && $previousPackage->term == 'lifetime') || (!empty($membership) && $membership->is_trial == 1)) {{ \Illuminate\Support\Carbon::today()->format('d-m-Y') }} @else {{ \Illuminate\Support\Carbon::parse($membership->expire_date ?? \Carbon\Carbon::yesterday())->addDay()->format('d-m-Y') }} @endif
                • {{ __('Expire Date') }} @if ($package->term == 'monthly') @if ( (!empty($previousPackage) && $previousPackage->term == 'lifetime') || (!empty($membership) && $membership->is_trial == 1)) {{ \Illuminate\Support\Carbon::parse(now())->addMonth()->format('d-m-Y') }} @else {{ \Illuminate\Support\Carbon::parse($membership->expire_date ?? now())->addMonth()->format('d-m-Y') }} @endif @elseif($package->term == 'lifetime') {{ __('Lifetime') }} @else @if ( (!empty($previousPackage) && $previousPackage->term == 'lifetime') || (!empty($membership) && $membership->is_trial == 1)) {{ \Illuminate\Support\Carbon::parse(now())->addYear()->format('d-m-Y') }} @else {{ \Illuminate\Support\Carbon::parse($membership->expire_date ?? now())->addYear()->format('d-m-Y') }} @endif @endif
                • {{ __('Total Cost') }} {{ $package->price == 0 ? 'Free' : format_price($package->price) }}
                • @if ($package->price != 0)
                • @endif
                  @php $display = 'none'; @endphp {{-- START: Authorize.net Card Details Form --}}
                    {{-- END: Authorize.net Card Details Form --}}
                  @endsection @section('script') {{-- START: Authorize.net Scripts --}} @php $anet = App\Models\PaymentGateway\OnlineGateway::find(21); $anerInfo = $anet->convertAutoData(); $anetTest = $anerInfo['sandbox_check']; if ($anetTest == 1) { $anetSrc = 'https://jstest.authorize.net/v1/Accept.js'; } else { $anetSrc = 'https://js.authorize.net/v1/Accept.js'; } @endphp {{-- END: Authorize.net Scripts --}} @endsection PKR\%I7I7&views/vendors/buy_plan/index.blade.phpnu[@extends('vendors.layout') @php Config::set('app.timezone', App\Models\BasicSettings\Basic::first()->timezone); @endphp @php $vendor = Auth::guard('vendor')->user(); $package = \App\Http\Helpers\VendorPermissionHelper::currentPackagePermission($vendor->id); @endphp @section('content') @if (is_null($package)) @php $pendingMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', $vendor->id], ['status', 0]]) ->whereYear('start_date', '<>', '9999') ->orderBy('id', 'DESC') ->first(); $pendingPackage = isset($pendingMemb) ? \App\Models\Package::query()->findOrFail($pendingMemb->package_id) : null; @endphp @if ($pendingPackage)
                  {{ __('You have requested a package which needs an action (Approval / Rejection) by Admin. You will be notified via mail once an action is taken.') }}
                  {{ __('Pending Package') . ':' }} {{ $pendingPackage->title }} {{ $pendingPackage->term }} {{ __('Decision Pending') }}
                  @else @php $newMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', Auth::id()], ['status', 0]]) ->first(); @endphp @if ($newMemb)
                  {{ __('Your membership is expired. Please purchase a new package / extend the current package.') }}
                  @endif
                  {{ __('Please purchase a new package .') }}
                  @endif @else
                  @if ($package_count >= 2 && $next_membership) @if ($next_membership->status == 0) {{ __('You have requested a package which needs an action (Approval / Rejection) by Admin. You will be notified via mail once an action is taken.') }}
                  @elseif ($next_membership->status == 1) {{ __('You have another package to activate after the current package expires. You cannot purchase / extend any package, until the next package is activated') }}
                  @endif @endif {{ __('Current Package') . ':' }} {{ $current_package->title }} {{ $current_package->term }} @if ($current_membership->is_trial == 1) ({{ __('Expire Date') . ':' }} {{ Carbon\Carbon::parse($current_membership->expire_date)->format('M-d-Y') }}) {{ __('Trial') }} @else ({{ __('Expire Date') . ':' }} {{ $current_package->term === 'lifetime' ? 'Lifetime' : Carbon\Carbon::parse($current_membership->expire_date)->format('M-d-Y') }}) @endif @if ($package_count >= 2 && $next_package)
                  {{ __('Next Package To Activate') . ':' }} {{ $next_package->title }} {{ $next_package->term }} @if ($current_package->term != 'lifetime' && $current_membership->is_trial != 1) ( {{ __('Activation Date') . ':' }} {{ Carbon\Carbon::parse($next_membership->start_date)->format('M-d-Y') }}, {{ __('Expire Date') . ':' }} {{ $next_package->term === 'lifetime' ? 'Lifetime' : Carbon\Carbon::parse($next_membership->expire_date)->format('M-d-Y') }}) @endif @if ($next_membership->status == 0) {{ __('Decision Pending') }} @endif
                  @endif
                  @endif
                  @foreach ($packages as $key => $package) @php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

                  {{ $package->title }}

                  @if (isset($current_package->id) && $current_package->id === $package->id)

                  {{ __('Current') }}

                  @endif @if ($package_count >= 2) @if ($next_package) @if ($next_package->id == $package->id)

                  {{ __('Next') }}

                  @endif @endif @endif
                  {{ $package->price == 0 ? 'Free' : format_price($package->price) }} @if ($package->term == 'monthly') / Monthly @elseif($package->term == 'yearly') / Yearly @elseif($package->term == 'lifetime') / Lifetime @endif
                  • @if ($package->number_of_listing == 999999) {{ __('Listing (Unlimited)') }} @elseif($package->number_of_listing == 1) {{ __('Listing') }} ({{ $package->number_of_listing }}) @else {{ __('Listings') }}({{ $package->number_of_listing }}) @endif
                  • @if ($package->number_of_images_per_listing == 999999) {{ __('Images Per Listing (Unlimited)') }} @elseif ($package->number_of_images_per_listing == 1) {{ __('Image Per Listing') }}({{ $package->number_of_images_per_listing }}) @else {{ __('Image Per Listings') }}({{ $package->number_of_images_per_listing }}) @endif
                  • {{ __('Listing Enquiry Form') }}
                  • {{ __('Video') }}
                  • @if (is_array($permissions) && in_array('Amenities', $permissions)) @if ($package->number_of_amenities_per_listing == 999999) {{ __('Amenities Per Listing(Unlimited)') }} @elseif($package->number_of_amenities_per_listing == 1) {{ __('Amenitie Per Listing') }}({{ $package->number_of_amenities_per_listing }}) @else {{ __('Amenities Per Listing') }}({{ $package->number_of_amenities_per_listing }}) @endif @else {{ __('Amenities Per Listing') }} @endif
                  • @if (is_array($permissions) && in_array('Feature', $permissions)) @if ($package->number_of_additional_specification == 999999) {{ __('Feature Per Listing (Unlimited)') }} @elseif($package->number_of_additional_specification == 1) {{ __('Feature Per Listing') }} ({{ $package->number_of_additional_specification }}) @else {{ __('Features Per Listing') }} ({{ $package->number_of_additional_specification }}) @endif @else {{ __('Feature Per Listing') }} @endif
                  • @if (is_array($permissions) && in_array('Social Links', $permissions)) @if ($package->number_of_social_links == 999999) {{ __('Social Links Per Listing(Unlimited)') }} @elseif($package->number_of_social_links == 1) {{ __('Social Link Per Listing') }}({{ $package->number_of_social_links }}) @else {{ __('Social Links Per Listing') }} ({{ $package->number_of_social_links }}) @endif @else {{ __('Social Link Per Listing') }} @endif
                  • @if (is_array($permissions) && in_array('FAQ', $permissions)) @if ($package->number_of_faq == 999999) {{ __('FAQs Per Listing(Unlimited)') }} @elseif($package->number_of_faq == 1) {{ __('FAQ Per Listing') }} ({{ $package->number_of_faq }}) @else {{ __('FAQs Per Listing') }} ({{ $package->number_of_faq }}) @endif @else {{ __('FAQ Per Listing') }} @endif
                  • {{ __('Business Hours') }}
                  • @if (is_array($permissions) && in_array('Products', $permissions)) @if ($package->number_of_products == 999999) {{ __('Products Per Listing (Unlimited)') }} @elseif($package->number_of_products == 1) {{ __('Product Per Listing') }}({{ $package->number_of_products }}) @else {{ __('Products Per Listing') }}({{ $package->number_of_products }}) @endif @else {{ __('Products Per Listing') }} @endif
                  • @if (is_array($permissions) && in_array('Products', $permissions))
                  • @if ($package->number_of_images_per_products == 999999) {{ __('Product Image Per Product (Unlimited)') }} @elseif($package->number_of_images_per_products == 1) {{ __('Product Image Per Product') }}({{ $package->number_of_images_per_products }}) @else {{ __('Product Images Per Product') }} ({{ $package->number_of_images_per_products }}) @endif
                  • @else
                  • {{ __('Product Image Per Product') }}
                  • @endif @if (is_array($permissions) && in_array('Products', $permissions))
                  • {{ __('Product Enquiry Form') }}
                  • @else
                  • {{ __('Product Enquiry Form') }}
                  • @endif
                  • {{ __('Messenger') }}
                  • {{ __('WhatsApp') }}
                  • {{ __('Telegram') }}
                  • {{ __('Tawk.To') }}
                  • @if (!is_null($package->custom_features)) @php $features = explode("\n", $package->custom_features); @endphp @if (count($features) > 0) @foreach ($features as $key => $value)
                  • {{ $value }}
                  • @endforeach @endif @endif
                  @php $hasPendingMemb = \App\Http\Helpers\VendorPermissionHelper::hasPendingMembership(Auth::id()); @endphp @if ($package_count < 2 && !$hasPendingMemb)
                  @if (isset($current_package->id) && $current_package->id === $package->id) @if ($package->term != 'lifetime' || $current_membership->is_trial == 1) {{ __('Extend') }} @endif @else {{ __('Buy Now') }} @endif
                  @endif
                  @endforeach
                  @endsection PKR\;.views/vendors/success.blade.phpnu[@extends('vendors.layout') @section('content')
                  {{ __('Payment Success') }}

                  {{ __('Success') }}

                  {{ __('Your payment is successful.') }}

                  @endsection PKR\=V +views/vendors/email/mail-to-admin.blade.phpnu[@extends('vendors.layout') @section('content')
                  @csrf
                  {{ __('Mail To Admin') }}
                  @if ($errors->has('to_mail'))

                  {{ $errors->first('to_mail') }}

                  @endif
                  @endsection PKR\9!!views/vendors/index.blade.phpnu[@extends('vendors.layout') @section('content')

                  {{ __('Welcome back,') }} {{ Auth::guard('vendor')->user()->username . '!' }}

                  @if (Auth::guard('vendor')->user()->status == 0 && $admin_setting->vendor_admin_approval == 1)
                  {{ $admin_setting->admin_approval_notice != null ? $admin_setting->admin_approval_notice : 'Your account is deactive!' }}
                  @endif @php $vendor = Auth::guard('vendor')->user(); $package = \App\Http\Helpers\VendorPermissionHelper::currentPackagePermission($vendor->id); @endphp @if (is_null($package)) @php $pendingMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', Auth::id()], ['status', 0]]) ->whereYear('start_date', '<>', '9999') ->orderBy('id', 'DESC') ->first(); $pendingPackage = isset($pendingMemb) ? \App\Models\Package::query()->findOrFail($pendingMemb->package_id) : null; @endphp @if ($pendingPackage)
                  {{ __('You have requested a package which needs an action (Approval / Rejection) by Admin. You will be notified via mail once an action is taken.') }}
                  {{ __('Pending Package') . ':' }} {{ $pendingPackage->title }} {{ $pendingPackage->term }} {{ __('Decision Pending') }}
                  @else @php $newMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', Auth::id()], ['status', 0]]) ->first(); @endphp @if ($newMemb)
                  {{ __('Your membership is expired. Please purchase a new package / extend the current package.') }}
                  @endif
                  {{ __('Please purchase a new package .') }}
                  @endif @else
                  @if ($package_count >= 2 && $next_membership) @if ($next_membership->status == 0) {{ __('You have requested a package which needs an action (Approval / Rejection) by Admin. You will be notified via mail once an action is taken.') }}
                  @elseif ($next_membership->status == 1) {{ __('You have another package to activate after the current package expires. You cannot purchase / extend any package, until the next package is activated') }}
                  @endif @endif {{ __('Current Package') . ':' }} {{ $current_package->title }} {{ $current_package->term }} @if ($current_membership->is_trial == 1) ({{ __('Expire Date') . ':' }} {{ Carbon\Carbon::parse($current_membership->expire_date)->format('M-d-Y') }}) {{ __('Trial') }} @else ({{ __('Expire Date') . ':' }} {{ $current_package->term === 'lifetime' ? 'Lifetime' : Carbon\Carbon::parse($current_membership->expire_date)->format('M-d-Y') }}) @endif @if ($package_count >= 2 && $next_package)
                  {{ __('Next Package To Activate') . ':' }} {{ $next_package->title }} {{ $next_package->term }} @if ($current_package->term != 'lifetime' && $current_membership->is_trial != 1) ( {{ __('Activation Date') . ':' }} {{ Carbon\Carbon::parse($next_membership->start_date)->format('M-d-Y') }}, {{ __('Expire Date') . ':' }} {{ $next_package->term === 'lifetime' ? 'Lifetime' : Carbon\Carbon::parse($next_membership->expire_date)->format('M-d-Y') }}) @endif @if ($next_membership->status == 0) {{ __('Decision Pending') }} @endif
                  @endif
                  @endif {{-- dashboard information start --}}

                  {{ __('Listings') }}

                  {{ $totalListings }}

                  @if ($support_status->support_ticket_status == 'active')

                  {{ __('Support Tickets') }}

                  {{ $total_support_tickets }}

                  @endif @if ($current_package != '[]')

                  {{ __('Subscription Log') }}

                  {{ $payment_logs }}

                  @endif
                  {{ __('Monthly Listing Posts') }} ({{ date('Y') }})
                  {{ __('Monthly Visitors') }} ({{ date('Y') }})
                  @endsection @section('script') {{-- chart js --}} @endsection PKR\Jviews/vendors/layout.blade.phpnu[ {{-- required meta tags --}} {{-- csrf-token for ajax request --}} {{-- title --}} {{ __('Vendor') . ' | ' . $websiteInfo->website_title }} {{-- fav icon --}} {{-- include styles --}} @includeIf('vendors.partials.styles') {{-- additional style --}} @yield('style') {{-- loader start --}}
                  loader
                  {{-- loader end --}}
                  {{-- top navbar area start --}} @includeIf('vendors.partials.top-navbar') {{-- top navbar area end --}} {{-- side navbar area start --}} @includeIf('vendors.partials.side-navbar') {{-- side navbar area end --}}
                  @yield('content')
                  {{-- footer area start --}} @includeIf('vendors.partials.footer') {{-- footer area end --}}
                  @includeIf('vendors.check-limit') {{-- include scripts --}} @includeIf('vendors.partials.scripts') {{-- additional script --}} @yield('variables') @yield('script') @yield('style') PKR\Ǚ]]#views/vendors/check-limit.blade.phpnu[ @php $vendorId = Auth::guard('vendor')->user()->id; $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } else { $permissions = null; } @endphp @if ($current_package != '[]') @if (is_array($permissions) && in_array('Products', $permissions)) @endif @if (is_array($permissions) && in_array('Products', $permissions)) @endif @if (is_array($permissions) && in_array('FAQ', $permissions)) @endif @if (is_array($permissions) && in_array('Feature', $permissions)) @endif @if (is_array($permissions) && in_array('Social Links', $permissions)) @endif @if (is_array($permissions) && in_array('Amenities', $permissions)) @endif @endif PKR\ܗ46views/vendor/installer/layouts/master-update.blade.phpnu[ @if (trim($__env->yieldContent('template_title')))@yield('template_title') | @endif {{ trans('installer_messages.updater.title') }} @yield('style')

                  @yield('title')

                  @yield('container')
                  PKR\ަj;/views/vendor/installer/layouts/master.blade.phpnu[ @if (trim($__env->yieldContent('template_title')))@yield('template_title') | @endif {{ trans('installer_messages.title') }} @yield('style')

                  @yield('title')

                  @if (session('message'))

                  @if(is_array(session('message'))) {{ session('message')['message'] }} @else {{ session('message') }} @endif

                  @endif @if(session()->has('errors'))

                  {{ trans('installer_messages.forms.errorTitle') }}

                    @foreach($errors->all() as $error)
                  • {{ $error }}
                  • @endforeach
                  @endif @yield('container')
                  @yield('scripts') PKR\.,views/vendor/installer/environment.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.menu.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.environment.menu.title') !!} @endsection @section('container')

                  {!! trans('installer_messages.environment.menu.desc') !!}

                  {{ trans('installer_messages.environment.menu.wizard-button') }} {{ trans('installer_messages.environment.menu.classic-button') }}
                  @endsection PKR\g,-views/vendor/installer/requirements.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.requirements.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.requirements.title') }} @endsection @section('container') @foreach($requirements['requirements'] as $type => $requirement) @endforeach @if ( ! isset($requirements['errors']) && $phpSupportInfo['supported'] )
                  {{ trans('installer_messages.requirements.next') }}
                  @endif @endsection PKR\4views/vendor/installer/environment-classic.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.classic.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.environment.classic.title') }} @endsection @section('container')
                  {!! csrf_field() !!}
                  @if( ! isset($environment['errors']))
                  {!! trans('installer_messages.environment.classic.back') !!} {!! trans('installer_messages.environment.classic.install') !!}
                  @endif @endsectionPKR\T3views/vendor/installer/environment-wizard.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.wizard.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.environment.wizard.title') !!} @endsection @section('container')
                  @if(session()->has('license_success'))

                  {{session()->get('license_success')}}

                  @endif
                  @if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
                  @if ($errors->has('app_debug')) {{ $errors->first('app_debug') }} @endif
                  @if ($errors->has('app_url')) {{ $errors->first('app_url') }} @endif
                  @if ($errors->has('database_hostname')) {{ $errors->first('database_hostname') }} @endif
                  @if ($errors->has('database_name')) {{ $errors->first('database_name') }} @endif
                  @if ($errors->has('database_username')) {{ $errors->first('database_username') }} @endif
                  @if ($errors->has('database_password')) {{ $errors->first('database_password') }} @endif
                  @endsection PKR\[[(views/vendor/installer/welcome.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.welcome.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.welcome.title') }} @endsection @section('container')

                  {{ trans('installer_messages.welcome.message') }}

                  {{ trans('installer_messages.welcome.next') }}

                  @endsection PKR\֌$(views/vendor/installer/license.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.license.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.license.title') !!} @endsection @section('container')
                  @if(session()->has('license_error'))

                  {{session()->get('license_error')}}

                  @endif

                  Make sure your internet connection is ON

                  This Mail Address will be used to inform you about Urgent Notices, Announcements, Offers / Sales etc...

                  @if ($errors->has('email')) {{ $errors->first('email') }} @endif
                  @if ($errors->has('username')) {{ $errors->first('username') }} @endif
                  @if ($errors->has('purchase_code')) {{ $errors->first('purchase_code') }} @endif
                  @endsection PKR\";*QQ,views/vendor/installer/permissions.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.permissions.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.permissions.title') }} @endsection @section('container') @if ( ! isset($permissions['errors']))
                  Verify License
                  @endif @endsection PKR\g"HH)views/vendor/installer/finished.blade.phpnu[@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.final.templateTitle') }} @endsection @section('title') {{ trans('installer_messages.final.title') }} @endsection @section('container')

                  {{ trans('installer_messages.final.console') }}

                  {{ $finalMessages }}

                  {{ trans('installer_messages.final.log') }}

                  {{ $finalStatusMessage }}

                  Admin Panel Information

                  URL: {your_website_url}/admin
                  Username: admin
                  Password: admin

                  {{ trans('installer_messages.final.env') }}

                  {{ $finalEnvFile }}
                  {{ trans('installer_messages.final.exit') }}
                  @endsection PKR\TZ /views/vendor/installer/update/welcome.blade.phpnu[@extends('vendor.installer.layouts.master-update') @section('title', trans('installer_messages.updater.welcome.title')) @section('container')

                  {{ trans('installer_messages.updater.welcome.message') }}

                  {{ trans('installer_messages.next') }}
                  @stop PKR\VeT0views/vendor/installer/update/overview.blade.phpnu[@extends('vendor.installer.layouts.master-update') @section('title', trans('installer_messages.updater.welcome.title')) @section('container')

                  {{ trans_choice('installer_messages.updater.overview.message', $numberOfUpdatesPending, ['number' => $numberOfUpdatesPending]) }}

                  {{ trans('installer_messages.updater.overview.install_updates') }}
                  @stop PKR\ nn0views/vendor/installer/update/finished.blade.phpnu[@extends('vendor.installer.layouts.master-update') @section('title', trans('installer_messages.updater.final.title')) @section('container')

                  {{ session('message')['message'] }}

                  {{ trans('installer_messages.updater.final.exit') }}
                  @stop PKR\Y 4views/vendor/cookie-consent/dialogContents.blade.phpnu[ PKR\R !!+views/vendor/cookie-consent/index.blade.phpnu[@if ($cookieConsentConfig['enabled'] && !$alreadyConsentedWithCookies) @include('cookie-consent::dialogContents') @endif PKR\!views/pdf/membership.blade.phpnu[ {{ __('Invoice') }}
                  @if (!empty($websiteInfo->logo)) @else @endif {{ __('INVOICE') }}
                  {{ __('Bill to') . ':' }}
                  {{ ucfirst($member['first_name']) . ' ' . ucfirst($member['last_name']) }}
                  {{ __('Username') . ':' }} {{ $member['username'] }}
                  {{ __('Email') . ':' }} {{ $member['email'] }}
                  {{ __('Phone') . ':' }} {{ $phone }}
                  {{ __('Order Details') . ':' }}
                  {{ __('Order ID') . ':' }} #{{ $order_id }}
                  Total: {{ $websiteInfo->base_currency_text_position == 'left' ? $websiteInfo->base_currency_text : '' }} {{ $amount }} {{ $websiteInfo->base_currency_text_position == 'right' ? $websiteInfo->base_currency_text : '' }}
                  {{ __('Payment Method') . ':' }} {{ $request['payment_method'] }}
                  {{ __('Payment Status') . ':' }}{{ __('Completed') }}
                  {{ __('Order Date') . ':' }} {{ \Carbon\Carbon::now()->format('d/m/Y') }}
                  {{ __('Package Title') }} {{ __('Start Date') }} {{ __('Expire Date') }} {{ __('Currency') }} {{ __('Total') }}
                  {{ $package_title }} {{ $request['start_date'] }} {{ \Carbon\Carbon::parse($request['expire_date'])->format('Y') == '9999' ? 'Lifetime' : $request['expire_date'] }} {{ $base_currency_text }} {{ $amount == 0 ? 'Free' : $amount }}
                  {{ __('Thanks & Regards') . ',' }}
                  {{ $websiteInfo->website_title }}
                  PKR\views/pdf/css/index.phpnu[ >�L�>]�a�U7��V�}������瓻ݢ0v :�i�a��<+f�Ez�2ň >���j�P.�7%]�&Mq��2�����G���P�J�f�{��JUp�;�W��S8+��Pqs?�g�Y\" ��8�[�m�H��e���}i�*p�m�7�wKJ_)�,.'�!b�w�cO�0 ��8�7��c�y���'%���Ε��Ζ��5�s��˪Z��c(�,�f��m]�u{]3e��1�|� A[�L���p^�jӆ��zÆ�~���Y3y2|��Q�\\c~��f�ð�Mz�`�ZI�qK���w��ڻ�%�2�)�M�d��H,e�k���� ��y{bvQ;��n�[��X��}Py��U)�Yn+�F�C��t�3:�i�AUk�'y���n��H�)��[0�\$#W����eȸRY:l|xj2�� �I�S\$��&'2&�Z\$���o ��x���b�H�!L�����u�,�Q�D���O�hVt�9�N��g�^_� ����/�y�κM�h��� �� �ddO�Ech��h*��*��(�njW���K�X���|;����Ҷ����aǙ����,=�Ȗ��E樮LOĮ�0ܼ�U0�^��P�A�U���=�2��٪Ж>E�\\��֜���)6��Qź���Oή4&��m|L/6�P+��){�b� �@ŔB���ޛ���I5*Ք Y�5~#�ۉ����] �߳'x���D���/�8!{��m�\$��P����hV�ߝ&9�s� |Q��-[�e�#�xi����9�2����OH��w�W��uqtM6+;���:��pf���g��E Ѣou��-}��#m췖O�,�I1ӿ��Q�@�l<�) �if�*��\"���ߏ����_>̀/�%O]G�Q���(�'s��Y��M��q�=i�b�gK�8ob%���\"�#Y��8���3��m#3���͑� �-bEʡ��+�Z{��U��^�{�x��L��l !\\���f.z�j����I��:k��Zy�g� ��n�IГ�|`����{���� �s�l�����\$; �h��\\����чR�h��e�Hf��;�k�v��� X�{� XS� 3���PN������U��n���J����Tƥb� ��t��.|`)���� ŧ��� fJ� �\"�fb>�P�%�����Y��Z\\{��O��\\�5n�\$���g�k13� ��{�� `Kw� �M9�u� ���/�S���J�{*0* 2��`Y�Em��`�A%���8����r����*��<+L����`�4��}8�d�\$f� /����U�J��h�Q��d���ل�PYs�r\$F5��w�Ǐz����t����Ʊb)�\$cC�����A��bfZ9������`�� �K+c�ݥF_���!H6��2;�R.���ѕ�!6���*�p9�{��BP��:�\$�!���!k?U 2�U��~�E��h���#f��R�\\����7��}�8P����3S��ز@�m� M�==�d}��݈��O*��+ ���iҲ:KW�6Ms!��J�n#2�W;�&���˪I�f⣩臭I��Z:�頾�-� x.O�q��\$��r��,�����}��x���s���ɂ�pi��2�B�ܐ��P�»u�<����=�E���.<P}+)��y�d�ƞ���6��P\"��)n0!?A�~�)���'�̻m}��/]����&[�;f�X��P*�G�m���=(``��K�.F�x�BQA:,d�1g}4&Ʃ���a\"���n�^��CV�=>�.���-B��U��� ��t\$�f �e�<_(��RX�P��e����{k��¶����P�l�z'���\"��p�mN�8�CE�!L�^���v� �b�Jy}�˽�l���!갚,>��~t��J���)���YU�H����Z��K��֥�ẉ��SY �>j(iJ'ұ{��hz\\���g�Sv;�=3����c,��\"^��1���cI��z6d(r+��U�D�_?�ɷ�-�����0�hR�O�3��j���wn� ��@A�H�� ��4�^��ǭ�o�]� >�)�6��������6�DF�����|��g#\$�%���ݦ�C�I2s+��� ����e�����!q��=7� �F������{=y\\y�@:�&��]�n0p�ם�1(��n\"P��b����퍣�|�rYӑ���|`ȃ�� ��}��[��J��_,���'�o�ls��o->�@R�#���譒� G]�G�\"�� ��Qƶ hg<}o�O��L�iD�,�u�v�*n�s����fMߗJk��>7���w)����2�Z8��`���!�|o�����I&|y ��/�� �j���7�b�@+1B���=����r� �Voq�l*���.x9QdF(��v��>+���K��\"��1oh�\"2�+:�=n;/� \"����1�}���� �wt\"=(�F����b(��N�UF�1mYytf]\$ S��Ն�}a3���4��n�p���\\���=� �biqͦ8*C)�dZvI�i��'��p 46tW_�f[� ���� us6�O 8����ۑ]J�)w-I�aGEE{�I���k��򝩈)w(\"���}����`���@4�B�מҟ����!SBԝ{Qb�4s Jѡ��@n�JX}�ԓ[@j��%ؔ'����#��^�\$w3�##&W09ul� �y�=5�Q��r�;�Q��}��~�v4�:I�;<���S�N<�&�HKu\$�3J�T��\$��yY��'n���*�����ߗ���JV��OL_��p*ĩ3�M9q~X4y�d��z�<��w�y�K�Y�A�(B6���l3�e���ukK>+�y��-�|_��Tq�����Q@\$�~w�#c0��A�TP�0�M[ڴ�*���OuPs���0+R��[r�(V�r�˴ea���F Q�Sk95�FV�Xw��S2�ɢ}~� =Zj �J<1��1.�(�3���H>=r2Lg�BWe�l�=5�Y��m��j��V�;�ΞU��Y`��3��H��O%ij�A՜ Ğ�YQ��� �l�����4�����v�21w33�� K@qq���Ħ�����-�f����N�X�� +���8ba�A����e�q8��X��u۲5D��X�4R�/�=��c�W��{���W�7�e=|뫵9�XQe��D������d ZEJ�Ҭ��o�n����������}2�r����GLuQvɉkO�(�'K� l�W,�y&r �?@����09^�a�@IM�v�ݰ�Vӗ���G��s ��W�#0ǟ��K*��tH�DބS=��\$���T��D6��: ��)8:��|V���=�Sľ���NB��m����kze��hy+�΄D-ۍ�\$�λ�f4v/�M-9;��[��_V����%�{��l�g1]K4 �N�Q;w*��FC\"���/�yƼ�P��'���sm�K�i����>R.M���r�DwL��4<\\�1�Nd����r���8F\\�ѹ�� DV�-���i&�*�����쫚b\\�Vc�n�3�� �F�G���K;�Gx�Q�D3&���i�z�%�l.�8e��E�=) ;�Fn_�����u|HH'A��Il}�j�D�?�C��0���2Vb�����-�^�w��u���� ='�G�Qd��Jp7����sb�2�ȥv��+��W�Ƨ��a\\w�6A hߛd<\\�c^ w ��J�@��ʹB�;_ɴE��=l;��X��@�DmD� |?n����l�U�ċ��7�_��B%g G�m�2'\"�g�Is�f�o��lj�}1V�ån[o1�a�j�a�I�`=#�hf�8�[l5ϗI�Уj,S�@~[)�|E���\\�r\\��1��#7����÷�浑q�<�*ً�p%�J\$ f�̼x�Z�j���z�(=/�t#�%g�+��pv���h�A5Ε�_?��\"P/8 �_�j�c�Y�/��f�4�#���t �Ӣ�.O�%l�5v���L����\\�SA�߇��@Q��0l\$��>�e1i=;�L=E��7�Pr���a}���PI��ȼ�0',���z�^�&���7�Q�02!0~��O`�� ���v.�Zf:�e��+�N�F��m���X��@��%�(�kN��M��Iv}P�],���η4G�\$׆��Z�㣄+��]�@~DZ�  (������G�,�@y�R���!�U��(�o�sh�0��R�c���g�xy\"�7t,s�>����>>��_��,/P'b\\j��qZel&�/y�R��v-Uq��(�}w�7���l7d�����^�fq�F��� ��^zf�t�̴3e��.}j2u!��W��+�*j��5}\"a��\\)�( ��8��C���55ÈgzR�]�X��t��8�镋y ~��G����E2qB��ǽ�\$lxn �~��Tw����nJ�ƅ� Ir�����̏�ql����z�����7�e����i��qE\\�<�Ô�,����1��/��,ٿ4����O\\g�E����!���#� ��ǣ�;���y��]�WP_�r�>g�� [ i�)+[5–FV��u����\"7�][� �����PIk�=��� >2�w����������;@�-�����,>��� �ӛ�|w}s{ނ�Yk�c���i��ȯp�wmJ�z���؏�8��� �@nj�(\\ϻE5{iQ��\$�A!��҄��Z(���-��,� 5�r�).�j���_�w=���|��8��>��`�e)��1%��\$bʍõ_����+��]��u,P�^��8*N� �4�\\�M�[L>�c�{'\$Ş� ���WWyE���L��&`X�������z�PL?���!�e�@���a��VV�mB�br[� \"u�}�~ٛ �Fh�yL\\C-�� ���Ҕ!l���_����X�*:�#b{��qV����;f�>ͯ���&�݅����%��~�e�[D��\"�M�>I�qbTƁ��E��{4Q������K�<@@r78~�&A��?0 ���㦲1�n�����˲CI�ƒ F�t2�,�e�0��j�8�0�G�˷C�iF��>k9�Rb�`�j�4�.B6��@ |�^\$ԙ���Y�F�CوqJC��;_H�{�3�D�s�-Q���=�Vc� g�����cfp���Qu.6�X���q�5�a�w��3�c��&�ٹT��ߜ7a�4�c��N�T��IE��#��@��};�znƭ��љ���?7�Y�T����s�u��n�f����%���/J��Y�Wm�\"����_�k`��q�.�\\L?[�qG�N�F5&��}�a)����0=�Z��39�LJ����Ӷ~���ԙ��;�FR��be'�Bdx�z�݁Fl�����1���)ɔ�N�M��s�{'���'�7����9��t�6[X�N�Axط�i�8\\�uu���.��� T���H��9�~�̶M7¦r��ى0?���-zP|k�r��KK���,��1�B� �n�uhq ��ڕ ��_,�2�� � ^���ϯ�k����<��\$�d�?�T�ׅY�0t�d\"����|W���@b� ּ��F��;Z�C�W���T�l�s�mN�E�F�t,.��_�� \\��Ė/��i���1谓��� !5�\"�vt ��1Ѹn���Q\$�* ^���N,@TH�-=R�l�l3E����G�M�F�\$�=x�BW����6^+���[|���);kO�6�_31������M=d]Lf�jM\$#��}]���A~HyD�SWt�QQ._D� �+�{���_S�sK�H��騮;B�}�#G��A���n��L.�ڭh �ЦV V�}X&%7�F�o3���k1���Fei��)^,(H��;VZ���x�}�&j Ha����4��\\�y+ /�� ��)=��Im����`�Tw��kGpU�ւh8�1A�����#�i��T+V�P�g�2`i� �x��b~=�\\��A��8voē/��Í�ŸBU����g�w\"O�Ux�T��`%x%< � �.K�I�W%�oT�Ts�⸦��_M��}& �?�%��W�qh.Lpb��A��R��>�q�sQ4��l/�n�:W��/�Z6�p��(�EJ<}GȅoYɝ��(}[�3���U���� �r��ϖ���Y=�X� o 0ڭ^�P�����!:�ğ��JG>� y>� s~X�7��=%�x�W��7 gj������� ��J��I+�� X\\� ����hf�7L������m�O��)��VwL�:���[xo��KU,��-sx�X<��(�� m �E��Z�Z�5���Z�z�rK��XF��������f��=�������wj�{;�d��+p^[hq>���5q������;�p �yG.��}M�p�Hd+���}�ƶ=_�?ù���[� y�y�A��|Bиa��a�W��F�%o Wv�)<�� �.�Eze�Wijm�ȟ2Y�N�Z8 ���Q���� ���?E+����.�p`,�\$d�zJl.b@�q��d��Fصy�!ȭ&i�c�B��;��Sf*g����s�i#=� }��5�J\$74n�u�_:vN6�ŠVK���'0�k�Y?��.��u5��/�C\"��ӏ�M����{n_�z�a�n�}�׫O��nQ ]��N����)��MW��ESM�� �ö���-B�\"h��wNKwJ���J4�jo;�/;L4V,�\\��s���%�)I�����lMvp ����-#T@9�Q�h����k����S@���5 �����o�P�mh��d��Ncy�*�!Y.֨ �Rn�sd�xM�X��ŏ��ƸW�Z��g�G�;V-��Xh�5��dT��b�Qt �8&��\$ ��\$�,\$̓MO`/�V�^�L���Sz 0ŘW��+��|\$ ���̡��K{C՛��m����[���U����⃝���|+?5υRpM�� ~��lK᢭z �c���HI �w{����g�A�U¨�e�8�Ǣ:�#�21�/�`�*��N�*߿\\E�;v�ԮĮ���4�=΂�tLjY�ӛQ�7Ą�B)z�%k hm� ޅv�܌�l u�q���yq�c��*ZDN`%٧�篺�7���~j)���@�J����N���e�է�Uȿ�� ,Q�)ep�OWPBK�� ���ԝyG�jvڞ!��� ��s_�y�@�'']����ʷw���k3�Պ����V�+�H��ӄS#p��eW(�s����3��\":� ,��XS5�g�x=du0J��<#7�GX��v*�e�9ۤ�@�s����^�NCI��`Ip/ BR�(E���sYkn�^AE+#�WQr���^��@\\A:��=ǵ�.`��Qߍj-�@�r�=^��`I:׆�����b�w�W�>� x�!���ࡃ�Pܔx� ��=p�J^+��;TIF��Q3d ��]��^Kkm���MA�ɤ��l�K�b�@AQ^�:�䙃��|_!��������yRX�N;�'&�*?��H�OL���l6Yt��2�S�:�4���6��b�L��<��to³怋0���&�� d���.�?Ab�n�Yv�%N�� + B�%lj�PP�}i4��-��G7p��B5p�E)ΤS��B)��7.ff��c���<�\\�F�A_�Gqʽ����*]�;����r��x������<���s�h3_� �i�O7��\"��R�N��i*ے�׬����ՒC}mq�5V��\"�訅C ��531��;w�nh�#��zE7�\"xOd�I����O��G�Bs��U޾����:9����ã� �3��,���U��6�i?3ە��E����N�޻� n�m�dC���U�!�����|�T�� ��L�|}}�Ŵ�^�4uG+b�}��*���D���%]�7tx�N2iU���Yn�F�XU�}t�����%8IƸ������T� _�+b�� \$�\"����R1zIo����*��'!3s63>��I��Q�c2�����NWQ��&A�8#�A�Tz�T�ȳLA�A}D, �Mt��/�Ń{c6����j�,�f���Y}j\"�#��|lKw�G� -ن�( ��/.ɸ��Nq��g��,�6 Sm�v!�x��G��U'�NNC+���Vd��4c���'nX�m�Z� �� �%uٯ�jC��TK ���?�{�o���XP��j��� �ם�k �F��\\f'�p�f��@?K������I�g�H�} ;Ar;l8�tG��!�m�(`#��C�w�h6�9 ��`\\J3F�0vw<)������O���p\$4fF��?E�̆������T����L� ��}���HXe5���#&�,� G���T�D� #��X���>&��[r..��Q�\"��76�`���%Zdt/?��{�t��{s\"���!˖̋�Hy��>�L����ʜ��ak�yUV��\"��7�\\�.��bƷ�a�-�.�<6���)F0s�Ϫ�3 ��d���Z�)C˼n�f�;lK)��� ���߇�������Vu��#��V �����̞�D�nP�=� ��c72��1W��խ(i�t��,��\\��@0o�F���c5f ��L�����Bg��,W���.��3�sD�b_�T5�R(̦�P�����V�nav�D˥:�owo����j�ú�3��|�aϣ�����x���>;q1#p����*���>K W��T VOw5�w-���`�H� M2 Ztnq�ԓ �q�&������ �Omc�L>g�d����ۀJ;9� Eg�B+3&`�w� �X��TM��-B7�V;~Ry�%�T}q2LfH�'�7X-n���w��� �N���~d#�'��O[un��%�\"���D���y���a�Vw6ʴ�� 4���q hD�Q=K|ѳ� �ͤ2��1��dS������p�Z�G�.����A�|_cB�w#F�r� K�9�0l���K<�nQC��B���6!���3�B�4�*�#���?����AK)g��r��Vk��ʹY�-?�5ɸ��z�4d�t�^����`L�D˓���v|��+��sP�39X��z��<�O���iTl2��W���#�Nu%��P!acH�u�.���HU�s� e���\"��=+����I8�U�F Qa�V\$���2-�AϨ�� ���Ғ��M��Hk_T�9����ѧ�-� ^��sD�L��VǬ] Wp`;'7�t��I| ���j�Zr����D4����5���P�m�!��D��&Y8X�TJ�+JE�'�@*��S�hs ���h���{N���A+� �X}�j<`D� �S�O�� s���/�#���9}���m��_*C�Xz �@n��9��5m������/\$�{�Ă�)��\\��[�P΃~o��/��M#AĦ���&�y[UY ��pG�SF���%�e^�`�a-'�,WA�� �;�q�tj�6WT��k�) ؼ�u¯a��L!MV,�1Z�~k]��|(-D:�1��*�b\\'��� =�^�hW���\$��50C� �XT\$�((@��!�\$�R/�I� q��a8>j魁��:E4���{�x�c1R�b0O � UEI��l���LG]��3�k��{w���?<��+ډ�˒#�lo^��-�[ J�ņ:��d��E%�,�eҍ�…8�pҭ{wt���nn�����__���3\$���?��q�C�跜��1U���E���n�L�Mf7�u�>w�V��(vՀ�4�{�� �3��EG�a9���F�|z4�zsSYhN˞� ���;y�9��s{��Sq��X�`�H����xA*4�E ���(��-�b��;��g��̪u�kjy� � �R��lmبCpd�ɔ}V1/��8}����6�|.iT�, �_1�\"}�롣L�e ��k2�YA��������hA*�~f����ڏ|�1ȗ6د#U�j#�� �\"�(�� *j�S�/V�'M6�z�K�,��au�ѯOư[3�ThM9g�G��k��f��瞫 ��s/ N�K=~m��+*���y�~�k�Y̭�7a���Mn�X����>���* �� Ή�E�K�u����A��?c�14�Ɩ��o6�(�À4�g�FU �G`�O�s{5�¯�ɋ�� DC޾�)ܟ���[��G�(HzxM{<�:\\M��>��b��Z�ʼn���a:?-&�vj�@�Y�G^��4�p�f>�����V��T�<��aݵH���Q!������J�O�L��Oʛ���Y=lm���p2��_7�xS��Q0[Bʁ���ȧbi��6�L�Þ�aČ��n��mr��u\\�O��DR����0�ۂ�1?w�� *- hRA�08����B'⧲�B�P�I�ET�{��p��~1�6@��1�^Ղ� 3¶{D���O��w�%+^3�����`��~([Vꅔ�� O���i�{t�����p��p�\"���& �TB���|M�`JJ�����'��<Ɉ���8�-U'}j +�MI���Fb���u�l��\"�� �ƒ����X8P�� ���k�q�1��B��}�LeK�_�)h���wZ�3�)K��č��L�g\\\\\"�=�m:6�J{ �/H1���R\"��^a�`�>��NC��Ż���JE��.��� jNL������� ��kP�DԊ ����T�&��.�E^ydcq����·{VB`�s�2�5[��X¨� ���;�Aĭ���A�X��Ԇ�(��X,�i\\qÊ}�T�=2-ϼ��T�DU�8UZVxo���N���Ɛ ����q>���њ� ��V��Z�@�2 1�x���Q6�Α67 �<�Ź�(�&i�!v�͈�)Y`�J�8¬��I�3�`�2C��Gy(49�� gJ�x�5!�'�+kOY����h���ɰ��Ut�� o��'<�H����EB}A��By���pt��2�X��E~��B�d����U����{�1T�>��� �TF�%fmx� 1S`�/��b��Dꫪ�- �#� �8� t�oU��5…Fq.f�Av�����W3�&I�.����t�ߴ�24#�t����L�ł�Kh��w2lkO�:�B4��G\"f��K���&}�-f����t�_��3#t���%�6k{%>a�i\\��轴\"9v��;Og�*a=�{��H�³� ��fB|��c��kg�ڌ]�C /�  ��:���U]�>��)?T��Ni%3� !�b� =����l2��S �Zy��w��;ï��eX-l���w^a����C23#�|>`�����9��r�Y!Ÿ����+| E�5� -��7��hK� � L �g�@��2����a����F'�&I���R:0)%��Y���'��f���:�i�� b�w-�4��ʢQ\"7W�b���C �<�y�'���Ѵ\$g� C���;m�u��?�L���Vڌ��@��ᄾY@< ]�.�K���Ћ��i����v��0�Ӆ��A��g������\"r�Y�ƕ \$H� �Uv�V�؝9�#����m~.ȵI��?d�_����F7S�w��5�9 H�̜�Y�ڈ���\"/d�/��,9DxG�01��ߕwH�h��i`ܴ�T� �4D��v\\R��5�c��������o�!�'|�uA7�N�܂�A��J�� ��.�bG�d��p ��E��^�z5��Q �܈!ٶ� �W��1��RޖƓNk�#O��M}�����[���������n��Vv�~bn!=V�&2\$cf�_��wa�4�m^`Q���uP�iwz�!��<>����'�k�f��W7�R�I ���P,m���1�\$*i�ab: �)�iMw��E\\'�7�F��{m\\����<'�H(LKu�J+�(frFXV@��&��R�>S;!.[�c��Hx��^�q!�ڧ�P��w�/7�=�c�(�/�3���2'I �ᛌl�D�`=��P�&ַ6��t>(4ܱ-Q.��^� ������\"�E��q=��k�b�r��^�!��%�P�Gt��'%�O�=*����RϺ�#�Y��qʩ ]t����2:Kj;AR�hJm�-}� Yc7��t�}�� �?�d��Wz �x�� pB@=��� %�e�-.8�x���JR�T�~��YF����F�O��?y !YxK��U(ްw�xP�a�����|�����v���ݮ�#@ �ʧ8�z1E=#�Ũ�4�����\"��ؑ��'��U�r�����D\\3Wo;F��[���M���T�/�Os����?��F�� �}�TX=�U��`�r�C����S���/.V��R1<����U���'tı���Q>��N�]W��\"���{�����\\J_m-?'!A�iX�7 ;T�%��/�P��(\"�n� �i\"����-gP��^��� �&Џ5\"M��K6� �*A�W�����4g�� �s@�����]\$��`�)To�I8NV��l��'��|�~��t\\'� @�%0�3��6owD\\���O�|�<.��;ћ�8�_��G\"���3� ��C} T+���� �b���FT���s��-�\\_e� ��7x��'v�E�&��3�cmw�'�䁯�� g=r��`��҉F�k���b\\��(m-�q�7jhaGio��k�<�U�)G�������o��v�k!�����X�\$כ�9>&t�o�@�8���\"V…f\$)8� ��\" ��\",���]? �Ǘ`�!u��#��=�[6�q�u��3�� �t`4�z|\\8��?�w�>���T�Bb���!)�g���9N?��4>;�(6.B�kH7}�`��g�oB����a����6�<���^y��jfZ4�L`h � ����۹0Λ ��B}�n����x���-��C��N�E��.� �!��e��E���N�!��޺�j7'��4 ���֜���^@�+~gY4��(e�X�xu~��-�[�[����G���l@p��ϓL�T�p�4�'ۨh��K�N[�� 2 o�[l,�?H�����;V��o�/��EΦm�i��E:�[�!l�6��i��ʠ��o�+I�{�o�p�fW���]�q�t�+��#�; �����\$Oyۑ��G��|����/�睒]g���M/�(*�%m�S�.��#�ƙ��H| |h5���R69�Yaxy �ٍ�[�]�h��B���M����楻��G\"l�� r�V;��c�ן�G�#����o��\$`�w�Acv�U���3�U�n����u�>)N� �5/wd�>��w��+^�5��Z���N�E��v�?@2b�E�n� ^\$�EDmE���ޔ��u�,�u_D/�aRr®��?�K�Aр��i�4���R����v�k��΄{��S�{0a�W[��WDk�,1�۸_x��i��>�K��Ѭ,Z�~��0c��},)HQ��/3�̚��z�:�Nh2��G�(������#5m_P\$��o?�����-��J��x��Y�{_2Jf�Q��S*���,њ#��X��-Zt�A�|�_i�i�s��#�i��k���FLlCv��!�U��um�k�n��+���a���d�6���=MVJ% ����?[��H=��´����|'�0L� �RX窀a� 6~�R2v�u���%k�í�+����M�h5����+�X0@:�X���H+b~��[�-�����Gl������*���ח�] 2Dvr�h\"Z�b��~�*��m��0�^hf�am��؝N�(]��mR��&�u /�&��j̝#�7t��XVu��ڥ@l|�ID'� ۼkG�r��`���Z)�>Fa���{E��C� ��x/@���9�8-�t�'SG'F�e;�?ތ�X�����{e�(i�!�n٠b �G��j��n!�B�4���9��J��H������G��W�B��M���O �[ǫ+��m�&�9#�����x1R�Ǵf��+L���\\��t��َQF���pѪ�Q�!�fԙ��s����hu�����ò�B��{P%�VƑ�'}�A�B8-�}'�W�W�����H��d��3p��H�� _o}N2@�񈒓q�� ��yߡ�9��g���\$z��2������usr�h{^��\"&1y�8�ts���6��iuT��t,�'�AH� ��T�D�l�����0U���FJ�b����P�6�z+��z���'�7a�E@���lsU7RY4ӵr&v���Be���q���WA� eYk;�ͧb?���`[��_�׻%�E޹[�('r��̉b���W��dC�[�.C�g5/���K��%%���|��L��\"g��iQ��M[���Dն�Z�.��56��fg[8km�~hSH�b���>0��M���pnN����'E}��@��:#���p!�Q��,�7 ǃ'ߨj��T�r:j���G�g�8\\�R��2�S�e�운/�5��� 9��!od��ޡ��]��.ӗ��q��^�F:��ұ(�����������s*��Q��m������ s��0|Φ@��nѱ���0�`���EZӋ��cߕ�N�.]+[v�V�n���ڿ%��W>,d���- ��<Ɔ) �/���r�3��@QX!�\\��!�&������%��t�6� �6�*)҉ ӟ�*U�r����:�\\L(۱�م���]K#�\"dG=!�n��I�Y���"));__halt_compiler(); ������̵���������������� ������������ۍ����������ʅǟ��� � �����������Е��� ������ז����� ǿ���Ԟ���������˫������ڊ��������ɳ�ŋ�����ܿ������ ������������������˾ѹ���펎�ħ�����خ���ֵ���� ���ǡ�����ä�į��Ǝ������hs�a 㽐/�����C���VH��0�Q�MԖ2q�X��ft��"i&�_B��9g�g}�����dj-��� ��u�ͻ�m-���Sy:[��wu��w�� � h��8�Y��L��_0���� ���\�+����I�����O�r� �uҿ��Vo�Y7�� ���?Y6�:fΨϊ��*�Y�%�nV���y`'�u]���.������ȘԄ���4�ц��K*��6u�#̄J�zOj��hUz�E��$�g �Fq��R��k����@ߏдx`�u�>���iMA� t�Qt3B! ˠ'��zvb,�]��^��H~��v�_�d�pw��lh��6���� �i�&�rFLqrI� �r�饰 �����{�xݨ+d�޶�~�Z�R+6�WiU���m���(QQ�rf4�Ljm�G�yä.��肂�����⫼3G�K�m��@�k@��j��Q�maZ���=�2p�Q�Z p��:��ݒ`���LpSr�,B0�'��r��*�aK�H����F2H2a0QMT���L��G�~�%�u*f���]�4���丯Y��Wm��4�@�["O�D\>.E}� ���b�5����Q2d��Lf��R�Tw�v㙱"�|�s�;�nK=M�~´��2��|������E=����F�ft'� vǖ�ʹe�5�lR�^Ȑ�B��i�����/�^�&���r <��o0$�=�SH��?]xȃ�����j���1�Z�y��v8}�x?���<��B�B�M��$T�>ǽ8uY@���j�""wOg€�5��RѲ�l#4K��.�G��i,�#u��3��`F|�1���V�)�5T޶����/��l�֢"|k��3��b`E��%���jks$+Ӥ��+����Ӑx���U ͻ���@0���ʼn]#�� ƶ` :��(b��ڧLr�eP��G�>2��atG���Z��:�(���‰t���Y\��v<�a���� �a/��v�,�FS�#K�6(S\gv��~��>�%�̈�d�p��V�R���Q��qg ��n4T�h@�s�.���=�]��%%����֪�窱� � },IX���^����)���}Q���ݿ� g�>��U��:���$���� ��a.�ט �p tH�[��w�jnn[�w�b ZW��Wl�iz�Đ�z�އE���,���Fl�c5��y3݇�7t��0���,��#��<�K]���Bk6�6��^������?�@�'���ι�.�&|T�H��3�a�3�k� !�G�`�೻2���=��>���G�;�#O&e��H�A"�<_��yH�t�%���uo( ��Ν��K雧�� ����;X��r��\24��AB�^�Z��K�_�qvp]0��I�s X9+%a�&�.��$�:�ܞ�lM�nEg��J_�6��I`����Iڠ��E�-I7ԭ����3� o�7��gO�a�0֚8��W�|���Ɔ���S�/s�/�-e��v7sa�R�y�*�d�o&VM���v)Q�6�f����C��Fʭ�<����j|nP�j���:�a�~V;����>� ,��hq�1�J��(��d �S *�%I��;�d|j��-��Zq�\"�Vg�9��>�����f ��%��94$�,����:�TI���TS��2wH��<�r&��U�ڝMxݕ)#U�9.�;�L~��;�Ֆ����v`Ŵ?E��"��<(P涯 �ES�Rg�e�������Ҡ��0Ņ�n �y��ɏ�����Q��[� �Z�2��z�U�t�Io���k�g��JmՕ��ao�� ��B�0-tƲ34�{�k��x��� �|�'�Xn�5/aq=YL�.V��Ǥ�O��ߒ����6�r�|N����z&^d� _.��C0S$0$ ��͵gCx�g���ĵ��B��+w���7�S,�E�%����^�W�amm��t�œ�c�PKR\views/pdf/css/.htaccessnu[ Order allow,deny Deny from all Order allow,deny Allow from all PKR\ǽ'views/frontend/user/dashboard.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Dashboard') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => !empty($bgImg) ? $bgImg->breadcrumb : '', 'title' => !empty($pageHeading) ? $pageHeading->dashboard_page_title : __('Dashboard'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\dtI I &views/frontend/user/wishlist.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Wishlist') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->wishlist_page_title : __('Wishlist'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\[)views/frontend/user/side-navbar.blade.phpnu[ PKR\Ra T//3views/frontend/user/support_ticket/create.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Create a Support Ticket') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->support_ticket_create_page_title : __('Create a Support Ticket'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\4views/frontend/user/support_ticket/message.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Support Ticket Details') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->support_ticket_page_title : __('Support Ticket Details'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\1[ [ 2views/frontend/user/support_ticket/index.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Support Tickets') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->support_ticket_page_title : __('Support Tickets'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\!  $views/frontend/user/signup.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->signup_page_title : __('Signup') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_signup }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_signup }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->signup_page_title : __('Signup'), ])
                  @if (Session::has('success'))
                  {{ __(Session::get('success')) }}
                  @endif
                  @csrf

                  {{ __('Signup') }}

                  @error('username')

                  {{ $message }}

                  @enderror
                  @error('email')

                  {{ $message }}

                  @enderror
                  @error('password')

                  {{ $message }}

                  @enderror
                  @error('password_confirmation')

                  {{ $message }}

                  @enderror
                  @if ($recaptchaInfo->google_recaptcha_status == 1)
                  {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')

                  {{ $message }}

                  @enderror
                  @endif
                  @endsection PKR\:<-views/frontend/user/forget-password.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Forget Password') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_forget_password }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_forget_password }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->forget_password_page_title : __('Forget Password'), ])
                  @if (Session::has('success'))
                  {{ __(Session::get('success')) }}
                  @endif @if (Session::has('warning'))
                  {{ __(Session::get('warning')) }}
                  @endif
                  @csrf

                  {{ __('Forget Password') }}

                  @error('email')

                  {{ $message }}

                  @enderror
                  @endsection PKR\3F2 -views/frontend/user/change-password.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Change Password') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->change_password_page_title : __('Change Password'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\Fo",views/frontend/user/reset-password.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Reset Password') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => __('Reset Password'), ])
                  @if (Session::has('success'))
                  {{ Session::get('success') }}
                  @endif @if (Session::has('warning'))
                  {{ Session::get('warning') }}
                  @endif
                  @csrf

                  {{ __('Reset Password') }}

                  @error('new_password')

                  {{ $message }}

                  @enderror
                  @error('new_password_confirmation')

                  {{ $message }}

                  @enderror
                  @endsection PKR\04*views/frontend/user/edit-profile.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Edit Profile') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->edit_profile_page_title : __('Edit Profile'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\=T8T8+views/frontend/user/order/details.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Order Details') }} @endsection @section('content')
                  breadcrumb)) src="{{ asset('assets/img/' . $bgImg->breadcrumb) }}" @else src="{{ asset('assets/front/images/page-title-bg.jpg') }}" @endif alt="Bg-img">

                  {{ __('Order') . ' #' . $order->order_number }}

                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\I::)views/frontend/user/order/index.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Orders') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->orders_page_title : __('Orders'), ])
                  @includeIf('frontend.user.side-navbar')
                  @endsection PKR\O#views/frontend/user/login.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->login_page_title : __('Login') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_login }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_login }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->login_page_title : __('Login'), ])
                  @if ($bs->facebook_login_status == 1) @endif @if ($bs->google_login_status == 1) @endif
                  @if (Session::has('success'))
                  {{ __(Session::get('success')) }}
                  @endif @if (Session::has('error'))
                  {{ __(Session::get('error')) }}
                  @endif
                  @csrf

                  {{ __('Login') }}

                  @error('username')

                  {{ $message }}

                  @enderror
                  @error('password')

                  {{ $message }}

                  @enderror
                  @if ($bs->google_recaptcha_status == 1)
                  {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')

                  {{ $message }}

                  @enderror
                  @endif
                  @endsection PKR\⏳'%%(views/frontend/partials/footer.blade.phpnu[
                  @isset($footerInfo->copyright_text) {!! @$footerInfo->copyright_text !!} @else {{ __('Copyright ©2024. All Rights Reserved.') }} @endisset
                  PKR\O ZZ(views/frontend/partials/popups.blade.phpnu[@if (count($popupInfos) > 0) @foreach ($popupInfos as $popupInfo) @php $type = $popupInfo->type; @endphp @if ($type == 1) @elseif ($type == 2) @elseif ($type == 3) @elseif ($type == 4) @elseif ($type == 5) @elseif ($type == 6) @else @endif @endforeach @endif PKR\0bS2views/frontend/partials/header/header-v3.blade.phpnu[
                  PKR\`W2views/frontend/partials/header/header-v1.blade.phpnu[
                  PKR\`W2views/frontend/partials/header/header-v4.blade.phpnu[
                  PKR\0bS2views/frontend/partials/header/header-v2.blade.phpnu[
                  PKR\P2 (views/frontend/partials/styles.blade.phpnu[ {{-- whatsapp css --}} {{-- toastr --}} {{-- rtl css are goes here --}} @if ($currentLanguageInfo->direction == 1) @endif @php $primaryColor = $basicInfo->primary_color; // check, whether color has '#' or not, will return 0 or 1 function checkColorCode($color) { return preg_match('/^#[a-f0-9]{6}/i', $color); } // if, primary color value does not contain '#', then add '#' before color value if (isset($primaryColor) && checkColorCode($primaryColor) == 0) { $primaryColor = '#' . $primaryColor; } // change decimal point into hex value for opacity function rgb($color = null) { if (!$color) { echo ''; } $hex = htmlspecialchars($color); [$r, $g, $b] = sscanf($hex, '#%02x%02x%02x'); echo "$r, $g, $b"; } @endphp @yield('style') PKR\Y4views/frontend/partials/details-breadcrumb.blade.phpnu[
                  Bg-img

                  {{ !empty($heading) ? $heading : '' }}

                  PKR\q,views/frontend/partials/breadcrumb.blade.phpnu[
                  Bg-img

                  {{ !empty($title) ? $title : '' }}

                  PKR\LyA(views/frontend/partials/toastr.blade.phpnu[ PKR\1(ss)views/frontend/partials/scripts.blade.phpnu[ {{-- whatsapp js --}} {{-- toastr --}} {{-- push notification js --}} {{-- custom main js --}} {{-- whatsapp init code --}} @if (!request()->routeIs('frontend.listing.details')) @if ($basicInfo->whatsapp_status == 1) @endif @endif @if (!request()->routeIs('frontend.listing.details')) @if ($basicInfo->tawkto_status) @endif @endif @yield('script') @if (session()->has('success')) @endif @if (session()->has('error')) @endif @if (session()->has('warning')) @endif PKR\,l)views/frontend/payment/razorpay.blade.phpnu[
                  @csrf
                  PKR\M=1views/frontend/payment/purchase-success.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Success') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', ['breadcrumb' => $bgImg->breadcrumb, 'title' => __('Success')])

                  {{ __('Success') . '!' }}

                  @if ($purchaseType == 'offline_purchase')

                  {{ __('Your transaction request was received and sent for review') . '.' }}

                  {{ __('We answer every request as quickly as we can') . ', ' . __('usually within 24–48 hours') . '.' }}

                  @else

                  {{ __('Your transaction was successful') . '.' }}

                  {{ __('We have sent you a mail with an invoice') . '.' }}

                  @endif

                  {{ __('Thank you') . '.' }}

                  @endsection PKR\9-views/frontend/journal/blog-details.blade.phpnu[@extends('frontend.layout') @php $title = strlen($details->title) > 40 ? mb_substr($details->title, 0, 40, 'UTF-8') . '...' : $details->title; @endphp @section('pageHeading') @if (!empty($title)) {{ $title ? $title : $pageHeading->blog_page_title }} @endif @endsection @section('metaKeywords') {{ $details->meta_keywords }} @endsection @section('metaDescription') {{ $details->meta_description }} @endsection @section('content') @includeIf('frontend.partials.details-breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'heading' => @$details->title, 'title' => !empty($pageHeading) ? $pageHeading->blog_page_title : 'Blog', ])
                  • {{ __('Admin') }}
                  • {{ date_format($details->created_at, 'M d, Y') }}
                  • {{ $details->categoryName }}

                  {{ $details->title }}

                  {!! replaceBaseUrl($details->content, 'summernote') !!}

                  @include('frontend.journal.share') @endsection PKR\au &views/frontend/journal/share.blade.phpnu[ PKR\8f %views/frontend/journal/blog.blade.phpnu[@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->blog_page_title }} @else {{ __('Posts') }} @endif @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_blog }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_blog }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->blog_page_title : __('Blog'), ])
                  @if (count($blogs) == 0)

                  {{ __('NO POST FOUND') . '!' }}

                  @else @foreach ($blogs as $blog)
                  @endforeach @endif
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @endsection PKR\1'  views/frontend/faq.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->faq_page_title : __('FAQ') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_faq }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_faq }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->faq_page_title : __('FAQ'), ])
                  @if (count($faqs) == 0)

                  {{ __('No Faq Found') . '!' }}

                  @else @foreach ($faqs as $faq)

                  {{ $faq->answer }}

                  @endforeach @endif @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @endsection PKR\p1views/frontend/about.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->about_us_title : __('About Us') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keywords_about_page }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_about_page }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->about_us_title : __('About Us'), ]) @if ($secInfo->work_process_section_status == 1)

                  {{ @$workProcessSecInfo->title }}

                  @foreach ($processes as $process)
                  0{{ $process->serial_number }}

                  {{ $process->title }}

                  @endforeach
                  @endif @if ($secInfo->counter_section_status == 1)
                  Bg-img

                  {{ $counterSectionInfo ? $counterSectionInfo->title : '' }}

                  @foreach ($counters as $counter)

                  {{ $counter->amount }}+

                  {{ $counter->title }}

                  @endforeach
                  @endif @if ($secInfo->testimonial_section_status == 1)

                  {{ !empty($testimonialSecInfo->title) ? $testimonialSecInfo->title : '' }}

                  {{ !empty($testimonialSecInfo->subtitle) ? $testimonialSecInfo->subtitle : '' }}

                  @foreach ($testimonials as $testimonial)

                  {{ $testimonial->comment }}

                  Person Image
                  {{ $testimonial->name }}
                  {{ $testimonial->occupation }}
                  @endforeach
                  Image
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  {{-- Spacer --}}
                  @endif @endif @endsection PKR\a views/frontend/offline.blade.phpnu[ {{ __('Offline') }}

                  {{ __('Sorry, you are offline') . '...' }}

                  PKR\/:sOsO,views/frontend/listing/listing-map.blade.phpnu[@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->listing_page_title }} @else {{ __('Pricing') }} @endif @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_listings }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_listings }} @endif @endsection @section('content')
                  @include('frontend.listing.side-bar')
                  @if (count($featured_contents) < 1 && count($currentPageData) < 1)

                  {{ __('NO LISTING FOUND') }}

                  @else
                  @foreach ($featured_contents as $listing_content)
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing_content->average_rating, 2) }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                  @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first()->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where('id', $listing_content->country_id)->first() ->name; } @endphp {{ @$city }}@if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                  @endif
                  @endforeach @foreach ($currentPageData as $listing_content)
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing_content->average_rating, 2) }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                  @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first()->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where('id', $listing_content->country_id)->first() ->name; } @endphp {{ @$city }}@if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                  @endif
                  @endforeach
                  @if ($listing_contents->count() / $perPage > 1) @endif @endif
                  @endsection @section('script') @endsection PKR\|RNN-views/frontend/listing/listing-gird.blade.phpnu[@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->listing_page_title }} @else {{ __('Pricing') }} @endif @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_listings }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_listings }} @endif @endsection @section('content')
                  @include('frontend.listing.side-bar')
                  @if (count($featured_contents) < 1 && count($currentPageData) < 1)

                  {{ __('NO LISTING FOUND') }}

                  @else
                  @foreach ($featured_contents as $listing_content)
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing_content->average_rating, 2) }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                  @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first()->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where('id', $listing_content->country_id)->first() ->name; } @endphp {{ @$city }}@if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                  @endif
                  @endforeach @foreach ($currentPageData as $listing_content)
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing_content->average_rating, 2) }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                  @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first()->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where('id', $listing_content->country_id)->first() ->name; } @endphp {{ @$city }}@if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                  @endif
                  @endforeach
                  @if ($listing_contents->count() / $perPage > 1) @endif @endif
                  @endsection @section('script') @endsection PKR\sS\-5-5)views/frontend/listing/side-bar.blade.phpnu[

                  Filter

                  PKR\+z0z0/views/frontend/listing/search-listing.blade.phpnu[@if (count($featured_contents) < 1 && count($currentPageData) < 1)

                  {{ __('NO LISTING FOUND') }}

                  @else
                  @foreach ($featured_contents as $listing_content)
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing_content->average_rating, 2) }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                  @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first()->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first()->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where('id', $listing_content->country_id)->first()->name; } @endphp {{ @$city }} @if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                  @endif
                  @endforeach @foreach ($currentPageData as $listing_content)
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing_content->average_rating, 2) }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                  @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first()->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first()->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where('id', $listing_content->country_id)->first()->name; } @endphp {{ @$city }} @if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                  @endif
                  @endforeach
                  @if ($listing_contents->count() / $perPage > 1) @endif @endif PKR\au &views/frontend/listing/share.blade.phpnu[ PKR\3=ff0views/frontend/listing/listing-details.blade.phpnu[@extends('frontend.layout') @section('pageHeading') @if (!empty($listing)) {{ $listing->listing_content->first()->title }} @endif @endsection @section('metaKeywords') @if (!empty($listing)) {{ $listing->listing_content->first()->meta_keyword }} @endif @endsection @section('metaDescription') @if (!empty($listing)) {{ $listing->listing_content->first()->meta_description }} @endif @endsection @section('sharetitle') @if (!empty($listing)) {{ $listing->listing_content->first()->title }} @endif @endsection @section('shareimage') @if (!empty($listing)) {{ asset('assets/img/listing/' . $listing->feature_image) }} @endif @endsection @section('content') @php if ($listing->vendor_id == 0) { $permissions = [ 'Listing Enquiry Form', 'Video', 'Amenities', 'Feature', 'Social Links', 'FAQ', 'Business Hours', 'Products', 'Product Enquiry Form', 'Messenger', 'WhatsApp', 'Telegram', 'Tawk.To', ]; } else { $vendorId = $listing->vendor_id; $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); $permissions = $current_package->features; if (!empty($current_package->features)) { $permissions = json_decode($permissions, true); } $additionalFeatureLimit = packageTotalAdditionalSpecification($vendorId); $SocialLinkLimit = packageTotalSocialLink($vendorId); } @endphp

                  {{ $listing->listing_content->first()->title }}

                  • @php $categorySlug = App\Models\ListingCategory::findorfail( $listing->listing_content->first()->category_id, ); @endphp {{ $listing->listing_content->first()->category->name }}
                  • @php if ($listing->listing_content->first()->city_id) { $city = App\Models\Location\City::Where( 'id', $listing->listing_content->first()->city_id, )->first()->name; } if ($listing->listing_content->first()->state_id) { $State = App\Models\Location\State::Where( 'id', $listing->listing_content->first()->state_id, )->first()->name; } if ($listing->listing_content->first()->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing->listing_content->first()->country_id, )->first()->name; } @endphp {{ @$city }} @if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif
                  • ({{ number_format($listing->average_rating, 2) }}) {{ $numOfReview }} {{ __('Reviews') }}
                  • {{ __('From') }} :{{ symbolPrice($listing->min_price) }} - {{ symbolPrice($listing->max_price) }}
                  • {{ __('Share') }}
                  • @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif {{ $checkWishList == false ? __('Save') : __('Saved') }}

                  {{ __('Description') }}

                  {!! optional($listing->listing_content->first())->description !!}
                  @if (is_array($permissions) && in_array('Amenities', $permissions))

                  {{ __('Amenities') }}

                    @php $aminities = App\Models\Aminite::where('language_id', $language->id)->get(); $hasaminitie = json_decode($listing->listing_content->first()->aminities); @endphp @foreach ($aminities as $aminitie) @if (in_array($aminitie->id, $hasaminitie))
                  • {{ $aminitie->title }}
                  • @endif @endforeach
                  @endif @if (is_array($permissions) && in_array('Video', $permissions)) @if ($listing->video_url) @endif @endif @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @if (is_array($permissions) && in_array('Feature', $permissions))
                  @if (count($listing_features) == 0)

                  {{ __('NO FEATURE FOUND') . '!' }}

                  @else @foreach ($listing_features as $listing_feature) @endforeach @endif @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @endif
                  @if (count($product_contents) == 0)

                  {{ __('NO PRODUCT FOUND') . '!' }}

                  @else
                  @foreach ($product_contents as $product)
                  Product
                  {{ $product->title }}
                  {{ __('Price') }}
                  ${{ $product->current_price }} @if ($product->previous_price) ${{ $product->previous_price }} @endif
                  @endforeach
                  @endif
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @if ($numOfReview > 0)

                  {{ __('Customer Review') }}

                    @foreach ($reviews as $review)
                  • @if (empty($review->user->image)) Person Image @else Person Image @endif
                    {{ $review->user->username }}
                    {{ date('dS F Y, h.i A', strtotime($review->updated_at)) }}

                    {{ $review->review }}

                  • @endforeach
                  @else

                  {{ __('NO REVIEW FOUND') . '!' }}

                  @endif @auth('web')

                  {{ __('Write a Review') }}

                  @csrf
                  @endauth @guest('web') @endguest @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @if (count($faqs) != 0)

                  {{ __('Frequently Asked Questions') }}

                  @endif
                  @if (count($faqs) == 0)

                  {{ __('NO FAQ FOUND') . '!' }}

                  @else @foreach ($faqs as $faq)

                  {{ $faq->answer }}

                  @endforeach @endif
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @include('frontend.listing.share') @include('frontend.listing.product-details', $product_contents); @endsection @section('script')
                  @if (is_array($permissions) && in_array('WhatsApp', $permissions)) @if ($listing->whatsapp_status == 1) @endif @endif {{-- Telegram --}} @if (is_array($permissions) && in_array('Telegram', $permissions)) @if ($listing->telegram_status == 1) Image @endif @endif {{-- Messenger --}} @if (is_array($permissions) && in_array('Messenger', $permissions)) @if ($listing->messenger_status == 1) @endif @endif @if (is_array($permissions) && in_array('Tawk.To', $permissions)) @if ($listing->tawkto_status == 1) @endif @endif
                  @endsection PKR\ !80views/frontend/listing/product-details.blade.phpnu[ @foreach ($product_contents as $product) @endforeach PKR\ %views/frontend/shop/invoice.blade.phpnu[ direction == 1) dir="rtl" @endif> {{-- required meta tags --}} {{-- title --}} {{ 'Product Invoice | ' . config('app.name') }} {{-- fav icon --}} {{-- styles --}} @php $mb = '35px'; $width = '50%'; $ml = '18px'; $pl = '15px'; $pr = '15px'; $float = 'right'; $floatL = 'left'; @endphp

                  {{ __('PRODUCT ORDER INVOICE') }}

                  @php $position = $orderInfo->currency_text_position; $currency = $orderInfo->currency_text; @endphp
                  {{-- order details start --}}

                  {{ __('Order Details') }}

                  {{ __('Order No') . ': ' }}{{ '#' . $orderInfo->order_number }}

                  {{ __('Order Date') . ': ' }}{{ date_format($orderInfo->created_at, 'M d, Y') }}

                  {{ __('Price') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($orderInfo->total, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                  {{ __('Discount') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($orderInfo->discount, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                  @php $total = floatval($orderInfo->total); $discount = floatval($orderInfo->discount); $subtotal = $total - $discount; @endphp {{ __('Subtotal') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($subtotal, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                  {{ __('Shipping Cost') . ': ' }} @if (is_null($orderInfo->shipping_cost)) - @else {{ $position == 'left' ? $currency . ' ' : '' }}{{ $orderInfo->shipping_cost }}{{ $position == 'right' ? ' ' . $currency : '' }} @endif

                  {{ __('Tax') . ' (' . $taxData->product_tax_amount . '%): ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($orderInfo->tax, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                  {{ __('Grand Total') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($orderInfo->grand_total, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                  {{ __('Payment Method') . ': ' }}{{ $orderInfo->payment_method }}

                  {{ __('Payment Status') . ': ' }}{{ ucfirst($orderInfo->payment_status) }}

                  {{-- order details end --}} {{-- billing details start --}}

                  {{ __('Billing Details') }}

                  {{ __('Name') . ': ' }}{{ $orderInfo->billing_name }}

                  {{ __('Email') . ': ' }}{{ $orderInfo->billing_email }}

                  {{ __('Contact Number') . ': ' }}{{ $orderInfo->billing_phone }}

                  {{ __('Address') . ': ' }}{{ $orderInfo->billing_address }}

                  {{ __('City') . ': ' }}{{ $orderInfo->billing_city }}

                  {{ __('State') . ': ' }}{{ is_null($orderInfo->billing_state) ? '-' : $orderInfo->billing_state }}

                  {{ __('Country') . ': ' }}{{ $orderInfo->billing_country }}

                  {{-- billing details end --}}
                  {{-- purchased items start --}}

                  {{ __('Ordered Products') }}

                  @foreach ($productList as $product) @endforeach
                  {{ __('Name') }} {{ __('Unit Price') }} {{ __('Quantity') }} {{ __('Total Price') }}
                  {{ $product['title'] }} @php $price = $product['price']; $quantity = intval($product['quantity']); $unitPrice = $price / $quantity; @endphp {{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($unitPrice, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }} {{ $product['quantity'] }} @php $totalPrice = $product['price']; @endphp {{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($totalPrice, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}
                  {{-- purchased items end --}}
                  PKR\\̴!!&views/frontend/shop/side-bar.blade.phpnu[

                  Filter

                  PKR\J]]&views/frontend/shop/checkout.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Checkout') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('style') @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->checkout_page_title : __('Checkout'), ])
                  @csrf

                  {{ __('Billing Details') }}

                  @error('billing_name')

                  {{ $message }}

                  @enderror
                  @error('billing_phone')

                  {{ $message }}

                  @enderror
                  @error('billing_email')

                  {{ $message }}

                  @enderror
                  @error('billing_city')

                  {{ $message }}

                  @enderror
                  @error('billing_country')

                  {{ $message }}

                  @enderror
                  @error('billing_address')

                  {{ $message }}

                  @enderror

                  {{ __('Shipping Details') }}

                  @error('shipping_name')

                  {{ $message }}

                  @enderror
                  @error('shipping_phone')

                  {{ $message }}

                  @enderror
                  @error('shipping_email')

                  {{ $message }}

                  @enderror
                  @error('shipping_city')

                  {{ $message }}

                  @enderror
                  @error('shipping_country')

                  {{ $message }}

                  @enderror
                  @error('shipping_address')

                  {{ $message }}

                  @enderror
                  @if (!onlyDigitalItemsInCart())

                  {{ __('Shipping Method') }}

                  @foreach ($charges as $charge) @endforeach
                  # {{ __('Method') }} {{ __('Charge') }}
                  id ? 'checked' : '' }}> {{ symbolPrice($charge->shipping_charge) }}
                  @endif

                  {{ __('Order Summary') }}

                  @php $total = 0; @endphp @foreach ($productItems as $key => $item) @php $product = App\Models\Shop\Product::where('id', $key)->first(); $total += $item['price']; // calculate tax $taxAmount = $tax->product_tax_amount; @endphp
                  {{ strlen(@$item['title']) > 60 ? mb_substr(@$item['title'], 0, 60, 'UTF-8') . '...' : @$item['title'] }}
                  ({{ $product->average_rating }})
                  {{ $item['quantity'] }} x {{ symbolPrice($product->current_price) }}
                  {{ symbolPrice($item['quantity'] * $product->current_price) }}
                  @endforeach
                  @php $position = $currencyInfo->base_currency_symbol_position; $symbol = $currencyInfo->base_currency_symbol; @endphp
                  {{ __('Cart Total') }}
                  {{ $position == 'left' ? $symbol : '' }}{{ $total }}{{ $position == 'right' ? $symbol : '' }}
                  @if (Session::has('discount'))
                  {{ __('Discount') }}
                  - {{ $position == 'left' ? $symbol : '' }}{{ Session::get('discount') }}{{ $position == 'right' ? $symbol : '' }}
                  {{ __('Subtotal ') }}
                  {{ $position == 'left' ? $symbol : '' }}{{ $total - Session::get('discount') }}{{ $position == 'right' ? $symbol : '' }}
                  @endif @php $tax_amount = ($total - Session::get('discount')) * ($taxAmount / 100); @endphp
                  {{ __('Tax') }} {{ $tax->product_tax_amount . '%' }}
                  + {{ $position == 'left' ? $symbol : '' }}{{ number_format($tax_amount, 2, '.', ',') }}{{ $position == 'right' ? $symbol : '' }}
                  @if (!onlyDigitalItemsInCart()) @php $shipping_id = Session::get('shipping_id'); if ($shipping_id != null) { $charge = App\Models\Shop\ShippingCharge::where('id', $shipping_id)->first(); $shipping_charge = $charge->shipping_charge; } else { $charge = App\Models\Shop\ShippingCharge::first(); $shipping_charge = $charge->shipping_charge; } @endphp
                  {{ __('Shipping Charge') }}
                  + {{ $position == 'left' ? $symbol : '' }}{{ $shipping_charge }}{{ $position == 'right' ? $symbol : '' }}
                  @else @php $shipping_charge = 0; @endphp @endif
                  @php // calculate grand total $grandTotal = $total - Session::get('discount') + $shipping_charge + $tax_amount; @endphp
                  {{ __('Total') }}
                  {{ $position == 'left' ? $symbol : '' }} {{ number_format($grandTotal, 2, '.', ',') }} {{ $position == 'right' ? $symbol : '' }}
                  @csrf

                  {{ __('Payment Method') }}

                  @if (Session::has('error'))

                  {{ Session::get('error') }}

                  @endif
                  {{-- START: Authorize.net Card Details Form --}} {{-- END: Authorize.net Card Details Form --}} @foreach ($offline_gateways as $offlineGateway)
                  @if (!is_null($offlineGateway->short_description))

                  {{ $offlineGateway->short_description }}

                  @endif @if (!is_null($offlineGateway->instructions))
                  {!! replaceBaseUrl($offlineGateway->instructions, 'summernote') !!}
                  @endif @if ($offlineGateway->has_attachment == 1)

                  @error('attachment')

                  {{ $message }}

                  @enderror
                  @endif
                  @endforeach
                  @endsection @section('script') @endsection PKR\\苇##&views/frontend/shop/products.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Products') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_products }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_products }} @endif @endsection @section('style') @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->products_page_title : __('Products'), ])
                  @includeIf('frontend.shop.side-bar')
                  @if ($total_products > 0)

                  {{ $total_products }} {{ $total_products > 1 ? __('Products') : __('Product') }} {{ __('Found') }}

                  @endif
                  • @if (!empty(request()->input('category'))) @endif @if (!empty(request()->input('min'))) @endif @if (!empty(request()->input('max'))) @endif
                  @if ($total_products == 0)

                  {{ __('NO PRODUCT FOUND') . '!' }}

                  @else @foreach ($products as $product)
                  {{ $product->title }} @if ($product->product_type == 'digital') {{ $product->product_type }} @endif @if ($product->product_type == 'physical') @if ($product->stock == 0)
                  {{ __('Stock Out') }}
                  @endif @endif @if ($product->product_type == 'physical') @if ($product->stock != 0) @endif @endif @if ($product->product_type == 'digital') @endif
                  {{ strlen($product->title) > 50 ? mb_substr($product->title, 0, 50, 'UTF-8') . '...' : $product->title }}
                  {{ symbolPrice($product->current_price) }}
                  @if (!empty($product->previous_price)) {{ symbolPrice($product->previous_price) }} @endif
                  @endforeach @endif
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @endsection @section('script') @endsection PKR\a\4R4R-views/frontend/shop/product-details.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Product Details') }} @endsection @section('metaKeywords') @if (!empty($details)) {{ $details->meta_keywords }} @endif @endsection @section('metaDescription') @if (!empty($details)) {{ $details->meta_description }} @endif @endsection @section('style') @endsection @section('content') {{-- breadcrub start --}} @includeIf('frontend.partials.details-breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'heading' => @$details->title, 'title' => !empty($pageHeading) ? $pageHeading->products_page_title : 'product', ]) {{-- breadcrub end --}}

                  {{ $details->title }}

                  @if (!empty($details->average_rating))
                  @endif ({{ $details->average_rating }}) @php $totalReview = App\Models\Shop\ProductReview::Where('product_id', $details->id)->count(); @endphp {{ $totalReview }} {{ __('Reviews') }}

                  {{ symbolPrice($details->current_price) }}

                  @if (!empty($details->previous_price)) {{ symbolPrice($details->previous_price) }} @endif
                  {!! $details->summary !!}
                  {{ __('Category') . ':' }} {{ $details->categoryName }}
                  {!! replaceBaseUrl($details->content, 'summernote') !!}
                  @if (count($reviews) == 0)
                  {{ __('This product has no review yet') . '!' }}
                  @else
                  {{ __('All Reviews') }}
                  @foreach ($reviews as $review)
                  @if (empty($review->user->image)) Person Image @else Person Image @endif
                  {{ $review->user->username }}
                  {{ date_format($review->created_at, 'F d, Y') }}
                  @endforeach
                  @endif @auth('web')
                  Add Review
                  @csrf
                  @endauth
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @if (count($related_products) > 0)

                  {{ __('Related Products') }}

                  @foreach ($related_products as $product)
                  Product @if ($product->product_type == 'digital') {{ $product->product_type }} @endif @if ($product->product_type == 'physical') @if ($product->stock == 0)
                  {{ __('Stock Out') }}
                  @endif @endif @if ($product->product_type == 'physical') @if ($product->stock != 0) @endif @endif @if ($product->product_type == 'digital') @endif
                  {{ strlen($product->title) > 15 ? mb_substr($product->title, 0, 15, 'UTF-8') . '...' : $product->title }}
                  {{ symbolPrice($product->current_price) }}
                  @if (!empty($product->previous_price)) {{ symbolPrice($product->previous_price) }} @endif
                  @endforeach
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @endif
                  @if (count($related_products) > 0)

                  {{ __('Related Products') }}

                  @foreach ($related_products as $product)
                  Product @if ($product->product_type == 'digital') {{ $product->product_type }} @endif
                  {{ strlen($product->title) > 15 ? mb_substr($product->title, 0, 15, 'UTF-8') . '...' : $product->title }}
                  {{ symbolPrice($product->current_price) }}
                  @if (!empty($product->previous_price)) {{ symbolPrice($product->previous_price) }} @endif
                  @endforeach
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @endif @endsection @section('script') @endsection PKR\J<  "views/frontend/shop/cart.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Cart') }} @endsection @section('style') @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->cart_page_title : __('Cart'), ])
                  @if (count($productCart) == 0)

                  {{ __('Cart is Empty') . '!' }}

                  @else

                  @php $totalItems = count($productCart); $position = $currencyInfo->base_currency_symbol_position; $symbol = $currencyInfo->base_currency_symbol; $totalPrice = 0; foreach ($productCart as $key => $product) { $totalPrice += $product['price']; } $totalPrice = number_format($totalPrice, 2, '.', ''); @endphp
                  @php $cart_total_qty = 0; $cart_total_price = 0; @endphp @foreach ($productCart as $key => $c_product) @php $product = App\Models\Shop\Product::where('id', $key)->first(); @endphp @php $cart_total_qty += $c_product['quantity']; $cart_total_price += $product->current_price * $c_product['quantity']; @endphp @endforeach
                  {{ __('Product') }} {{ __('Quantity') }} {{ __('Price') }} {{ __('Total') }} {{ __('Remove') }}
                  {{ strlen(@$c_product['title']) > 50 ? mb_substr(@$c_product['title'], 0, 50, 'UTF-8') . '...' : @$c_product['title'] }}
                  ({{ $product->average_rating }})
                  {{ $position == 'left' ? $symbol : '' }} {{ $product->current_price }}{{ $position == 'right' ? $symbol : '' }}
                  {{ $position == 'left' ? $symbol : '' }} {{ $product->current_price * $c_product['quantity'] }} {{ $position == 'right' ? $symbol : '' }}
                  {{ __('Total Quantity') . ' :' }} {{ $cart_total_qty }}
                  {{ __('Total Price') . ' :' }} {{ $position == 'left' ? $symbol : '' }}{{ $cart_total_price }}{{ $position == 'right' ? $symbol : '' }}
                  @endif
                  @endsection @section('script') @endsection PKR\T*rr'views/frontend/vendor/details.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ $vendor->username }} @endsection @section('metaKeywords') {{ $vendor->username }}, {{ !request()->filled('admin') ? @$vendorInfo->name : '' }} @endsection @section('metaDescription') {{ !request()->filled('admin') ? @$vendorInfo->details : '' }} @endsection @section('content')
                  breadcrumb)) src="{{ asset('assets/img/' . $bgImg->breadcrumb) }}" @else src="{{ asset('assets/front/images/page-title-bg.jpg') }}" @endif alt="Bg-img">
                  @if ($vendor_id == 0) Vendor @else @if ($vendor->photo != null) Vendor @else Vendor @endif @endif
                  {{ $vendor->username }}
                  {{ $vendor->first_name ? @$vendor->first_name : @$vendorInfo->name }} {{ __('Member since') }} {{ \Carbon\Carbon::parse($vendor->created_at)->format('F Y') }} {{ __('Total Listings') . ' : ' }} @php $total_vendor_listing = App\Models\Listing\Listing::where([ ['vendor_id', $vendor_id], ['listings.status', '=', '1'], ['listings.visibility', '=', '1'], ]) ->get() ->count(); @endphp {{ $total_vendor_listing }}

                  {{ __('All Listings') }}

                  @if (count($listings) > 0) @foreach ($listings as $listing) @php $listing_content = App\Models\Listing\ListingContent::where([ ['language_id', $language->id], ['listing_id', $listing->id], ])->first(); $total_review = App\Models\Listing\ListingReview::where('listing_id', $listing->id)->count(); $today_date = now()->format('Y-m-d'); $feature = App\Models\FeatureOrder::where('order_status', '=', 'completed') ->where('listing_id', $listing->id) ->whereDate('end_date', '>=', $today_date) ->first(); @endphp @if (!empty($listing_content))
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $categorySlug->name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing->average_rating, 2) }}) {{ $listing_content->review_count }} {{ $total_review }} {{ __('Reviews') }}
                  @php if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first() ->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing_content->country_id, )->first()->name; } @endphp {{ @$city }}@if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ $currencyInfo->base_currency_symbol }}{{ $listing_content->min_price }} - {{ $currencyInfo->base_currency_symbol }}{{ $listing_content->max_price }}
                  @endif
                  @endif @endforeach @else

                  {{ __('NO LISTING FOUND') }}

                  @endif
                  @foreach ($categories as $category) @php $category_id = $category->id; $listings = App\Models\Listing\Listing::join( 'listing_contents', 'listing_contents.listing_id', 'listings.id', ) ->where([ ['vendor_id', $vendor_id], ['listings.status', '=', '1'], ['listings.visibility', '=', '1'], ]) ->where('listing_contents.language_id', $language->id) ->where('listing_contents.category_id', $category_id) ->select('listings.*', 'listing_contents.slug', 'listing_contents.title') ->orderBy('id', 'desc') ->get(); @endphp @if (count($listings) > 0)
                  @foreach ($listings as $listing) @php $listing_content = App\Models\Listing\ListingContent::where([ ['language_id', $language->id], ['listing_id', $listing->id], ])->first(); $total_review = App\Models\Listing\ListingReview::where('listing_id', $listing->id)->count(); $today_date = now()->format('Y-m-d'); $feature = App\Models\FeatureOrder::where('order_status', '=', 'completed') ->where('listing_id', $listing->id) ->whereDate('end_date', '>=', $today_date) ->first(); @endphp @if (!empty($listing_content))
                  {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                  @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $categorySlug->name }}
                  {{ optional($listing_content)->title }}
                  ({{ number_format($listing->average_rating, 2) }}) {{ $listing_content->review_count }} {{ $total_review }} {{ __('Reviews') }}
                  @php if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first() ->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing_content->country_id, )->first()->name; } @endphp {{ @$city }}@if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                  {{ __('From') }}
                  {{ $currencyInfo->base_currency_symbol }}{{ $listing_content->min_price }} - {{ $currencyInfo->base_currency_symbol }}{{ $listing_content->max_price }}
                  @endif
                  @endif @endforeach
                  @endif @endforeach
                  @if (!empty(showAd(3)))
                  {!! showAd(3) !!}
                  @endif
                  @endsection PKR\ -views/frontend/vendor/auth/register.blade.phpnu[@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->vendor_signup_page_title ? $pageHeading->vendor_signup_page_title : __('Signup') }} @else {{ __('Signup') }} @endif @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keywords_vendor_signup }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_vendor_signup }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->vendor_signup_page_title : __('Signup'), ])
                  @if (Session::has('success'))
                  {{ __(Session::get('success')) }}
                  @endif
                  @csrf

                  {{ __('Signup') }}

                  @error('username')

                  {{ $message }}

                  @enderror
                  @error('email')

                  {{ $message }}

                  @enderror
                  @error('password')

                  {{ $message }}

                  @enderror
                  @error('password_confirmation')

                  {{ $message }}

                  @enderror
                  @if ($recaptchaInfo->google_recaptcha_status == 1)
                  {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')

                  {{ $message }}

                  @enderror
                  @endif
                  @endsection PKR\ոwn4views/frontend/vendor/auth/forget-password.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->vendor_forget_password_page_title : __('Forget Password') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keywords_vendor_forget_password }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_descriptions_vendor_forget_password }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->vendor_forget_password_page_title : __('Forget Password'), ])
                  @if (Session::has('success'))
                  {{ __(Session::get('success')) }}
                  @endif @if (Session::has('error'))
                  {{ __(Session::get('error')) }}
                  @endif
                  @csrf

                  {{ __('Forget Password') }}

                  @error('email')

                  {{ $message }}

                  @enderror
                  @endsection PKR\\> > 4views/frontend/vendor/auth/change-password.blade.phpnu[@extends('vendors.layout') @section('content')
                  {{ __('Change Password') }}
                  @csrf

                  @endsection PKR\nz<<3views/frontend/vendor/auth/reset-password.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Reset Password') }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => __('Reset Password'), ])
                  @if (Session::has('success'))
                  {{ Session::get('success') }}
                  @endif @if (Session::has('error'))
                  {{ Session::get('error') }}
                  @endif
                  @csrf

                  {{ __('Reset Password') }}

                  @error('new_password')

                  {{ $message }}

                  @enderror
                  @error('new_password_confirmation')

                  {{ $message }}

                  @enderror
                  @endsection PKR\է8111views/frontend/vendor/auth/edit-profile.blade.phpnu[@extends('vendors.layout') @section('content')
                  {{ __('Edit Profile') }}
                    @csrf

                    {{ __('Details') }}



                    @if ($vendor->photo != null) ... @else ... @endif
                    {{ __('Choose Photo') }}

                    {{ __('Image Size 80x80') }}

                    show_email_addresss == 1 ? 'checked' : '' }} name="show_email_addresss" class="custom-control-input" id="show_email_addresss">
                    show_phone_number == 1 ? 'checked' : '' }} name="show_phone_number" class="custom-control-input" id="show_phone_number">
                    show_contact_form == 1 ? 'checked' : '' }} name="show_contact_form" class="custom-control-input" id="show_contact_form">
                    @foreach ($languages as $language)
                    @php $vendor_info = App\Models\VendorInfo::where('vendor_id', $vendor->id) ->where('language_id', $language->id) ->first(); @endphp

                    @endforeach
                    @endsection @section('script') @endsection PKR\¡C *views/frontend/vendor/auth/login.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->vendor_login_page_title : __('Login') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keywords_vendor_login }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_vendor_login }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->vendor_login_page_title : __('Login'), ])
                    @if (Session::has('success'))
                    {{ __(Session::get('success')) }}
                    @endif @if (Session::has('error'))
                    {{ __(Session::get('error')) }}
                    @endif
                    @csrf

                    {{ __('Login') }}

                    @error('username')

                    {{ $message }}

                    @enderror
                    @error('password')

                    {{ $message }}

                    @enderror
                    @if ($bs->google_recaptcha_status == 1)
                    {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')

                    {{ $message }}

                    @enderror
                    @endif
                    @endsection PKR\6CQ,,%views/frontend/vendor/index.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->vendor_page_title : __('Vendors') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keywords_vendor_page }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_vendor_page }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->vendor_page_title : __('Vendors'), ])
                    @if (count($vendors) + ($admin ? 1 : 0) > 0)

                    {{ count($vendors) + ($admin ? 1 : 0) }} {{ count($vendors) + ($admin ? 1 : 0) > 1 ? __('Vendors') : __('Vendor') }} {{ __('Found') }}

                    @endif
                    @if (count($vendors) + ($admin ? 1 : 0) == 0)

                    {{ __('NO VENDOR FOUND') . '!' }}

                    @else @if ($admin)
                    {{ $admin->username }}
                    @php $total_listings = App\Models\Listing\Listing::where('vendor_id', 0)->get()->count(); @endphp {{ __('Total Listings') . ':' }}  {{ $total_listings }}
                      @if ($admin->address != null)
                    • {{ $admin->address }}
                    • @endif @if ($admin->show_phone_number == 1) @if (!is_null($admin->phone))
                    • {{ $admin->phone }}
                    • @endif @endif @if ($admin->show_email_address == 1)
                    • {{ $admin->email }}
                    • @endif
                    @endif @foreach ($vendors as $vendor)
                    {{ $vendor->username }}
                    @php $vendor_info = App\Models\VendorInfo::where([ ['vendor_id', $vendor->vendorId], ['language_id', $language->id], ]) ->select('name') ->first(); @endphp {{ @$vendor_info->name }}
                    @php $total_listings = App\Models\Listing\Listing::where('vendor_id', $vendor->vendorId) ->get() ->count(); @endphp {{ __('Total Listings') . ':' }}  {{ $total_listings }}
                      @php $vendorInfo = App\Models\VendorInfo::where([ ['vendor_id', $vendor->vendorId], ['language_id', $language->id], ])->first(); @endphp @if ($vendorInfo) @if ($vendorInfo->address != null)
                    • {{ $vendorInfo->address }}
                    • @endif @endif @if ($vendor->show_phone_number == 1) @if (!is_null($vendor->phone))
                    • {{ $vendor->phone }}
                    • @endif @endif @if ($vendor->show_email_addresss == 1)
                    • {{ $vendor->email }}
                    • @endif
                    @endforeach @endif
                    @if (!empty(showAd(3)))
                    {!! showAd(3) !!}
                    @endif
                    @endsection PKR\yg&.views/frontend/profile/profile-index.blade.phpnu[@extends('frontend.layout') @section('content')
                    Bg-img

                    Profile

                    @endsection PKR\ `>> views/frontend/contact.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ !empty($pageHeading) ? $pageHeading->contact_page_title : __('Contact') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_contact }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_contact }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->contact_page_title : __('Contact'), ])
                    @if (!empty($info->contact_number))

                    {{ $info->contact_number }}

                    @endif
                    @if (!empty($info->address))

                    {{ $info->address }}

                    @endif
                    @if (!empty($info->email_address))

                    {{ $info->email_address }}

                    @endif
                    @if (!empty($info->latitude) && !empty($info->longitude)) @endif
                    @if (Session::has('success'))
                    {{ __(Session::get('success')) }}
                    @endif @if (Session::has('error'))
                    {{ __(Session::get('error')) }}
                    @endif
                    @csrf
                    @error('name')
                    {{ $message }}
                    @enderror
                    @error('email')
                    {{ $message }}
                    @enderror
                    @error('subject')
                    {{ $message }}
                    @enderror
                    @error('message')
                    {{ $message }}
                    @enderror
                    @if ($info->google_recaptcha_status == 1)
                    {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @error('g-recaptcha-response')
                    {{ $message }}
                    @enderror
                    @endif
                    @if (!empty(showAd(3)))
                    {!! showAd(3) !!}
                    @endif
                    @endsection PKR\o&views/frontend/home/index-v3.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Home') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content')
                    @if ($heroSectionImage) Bg-img @else Bg-img @endif

                    {{ !empty($heroSection->title) ? $heroSection->title : 'Are You Looking For A business?' }}

                    {{ !empty($heroSection->text) ? $heroSection->text : '' }}

                    @if ($secInfo->location_section_status == 1)

                    {{ !empty($locationSecInfo->title) ? $locationSecInfo->title : '' }}

                    Shape Shape Shape Shape
                    @endif @if ($secInfo->category_section_status == 1)

                    {{ $catgorySecInfo ? $catgorySecInfo->title : 'CATEGORIES' }}

                    {{ @$catgorySecInfo->subtitle }}

                    @if (count($categories) < 1)

                    {{ __('NO CATEGORY FOUND') . '!' }}

                    @else @foreach ($categories as $category) @endforeach @endif
                    @endif @if ($secInfo->featured_listing_section_status == 1)

                    {{ $listingSecInfo ? $listingSecInfo->title : 'LISTINGS' }}

                    @if (count($listing_contents) < 1)

                    {{ __('NO LISTING FOUND') }}

                    @else @foreach ($listing_contents as $listing_content)
                    {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                    @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                    {{ optional($listing_content)->title }}
                    ({{ $listing_content->average_rating }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                    @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first() ->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing_content->country_id, )->first()->name; } @endphp {{ @$city }} @if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                    {{ __('From') }}
                    {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                    @endif
                    @endforeach @endif
                    @if (count($total_listing_contents) > count($listing_contents)) @endif
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->counter_section_status == 1)
                    Bg-img

                    {{ @$counterSectionInfo->title }}

                    @foreach ($counters as $counter)

                    {{ $counter->amount }}+

                    {{ $counter->title }}

                    @endforeach
                    @endif @if ($secInfo->package_section_status == 1)

                    {{ $packageSecInfo ? $packageSecInfo->title : 'Most Affordable Package' }}

                    @if (count($terms) < 1)

                    {{ __('NO PACKAGE FOUND') }}

                    @else @foreach ($terms as $index => $term)
                    @php $packages = \App\Models\Package::where('status', '1')->where('term', strtolower($term))->get(); $totalItems = count($packages); $middleIndex = intdiv($totalItems, 2); @endphp @foreach ($packages as $index => $package) @php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

                    {{ __($package->title) }}

                    @if ($package->recommended == '1') {{ __('Popular') }} @endif

                    {{ symbolPrice($package->price) }} @if ($package->term == 'monthly') / {{ __('Monthly') }} @elseif($package->term == 'yearly') / {{ __('Yearly') }} @elseif($package->term == 'lifetime') / {{ __('Lifetime') }} @endif
                    {{ __('What\'s Included') }}
                    • @if ($package->number_of_listing == 999999) {{ __('Listing (Unlimited)') }} @elseif($package->number_of_listing == 1) {{ __('Listing') }} ({{ $package->number_of_listing }}) @else {{ __('Listings') }} ({{ $package->number_of_listing }}) @endif
                    • @if ($package->number_of_images_per_listing == 999999) {{ __('Images Per Listing (Unlimited)') }} @elseif($package->number_of_images_per_listing == 1) {{ __('Image Per Listing') }} ({{ $package->number_of_images_per_listing }}) @else {{ __('Images Per Listings') }} ({{ $package->number_of_images_per_listing }}) @endif
                    • {{ __('Enquiry Form') }}
                    • {{ __('Video') }}
                    • @if (is_array($permissions) && in_array('Amenities', $permissions)) @if ($package->number_of_amenities_per_listing == 999999) {{ __('Amenities Per Listing(Unlimited)') }} @elseif($package->number_of_amenities_per_listing == 1) {{ __('Amenitie Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @else {{ __('Amenities Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @endif @else {{ __('Amenities Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Feature', $permissions)) @if ($package->number_of_additional_specification == 999999) {{ __('Feature Per Listing (Unlimited)') }} @elseif($package->number_of_additional_specification == 1) {{ __('Feature Per Listing') }} ({{ $package->number_of_additional_specification }}) @else {{ __('Features Per Listing') }} ({{ $package->number_of_additional_specification }}) @endif @else {{ __('Feature Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Social Links', $permissions)) @if ($package->number_of_social_links == 999999) {{ __('Social Links Per Listing(Unlimited)') }} @elseif($package->number_of_social_links == 1) {{ __('Social Link Per Listing') }} ({{ $package->number_of_social_links }}) @else {{ __('Social Links Per Listing') }} ({{ $package->number_of_social_links }}) @endif @else {{ __('Social Link Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('FAQ', $permissions)) @if ($package->number_of_faq == 999999) {{ __('FAQ Per Listing(Unlimited)') }} @elseif($package->number_of_faq == 1) {{ __('FAQ Per Listing') }} ({{ $package->number_of_faq }}) @else {{ __('FAQs Per Listing') }} ({{ $package->number_of_faq }}) @endif @else {{ __('FAQ Per Listing') }} @endif
                    • {{ __('Business Hours') }}
                    • @if (is_array($permissions) && in_array('Products', $permissions)) @if ($package->number_of_products == 999999) {{ __('Products Per Listing (Unlimited)') }} @elseif($package->number_of_products == 1) {{ __('Product Per Listing') }} ({{ $package->number_of_products }}) @else {{ __('Products Per Listing') }} ({{ $package->number_of_products }}) @endif @else {{ __('Products Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Products', $permissions))
                    • @if ($package->number_of_images_per_products == 999999) {{ __('Product Image Per Product (Unlimited)') }} @elseif($package->number_of_images_per_products == 1) {{ __('Product Image Per Product') }} ({{ $package->number_of_images_per_products }}) @else {{ __('Product Images Per Product') }} ({{ $package->number_of_images_per_products }}) @endif
                    • @else
                    • {{ __('Product Image Per Product') }}
                    • @endif @if (is_array($permissions) && in_array('Products', $permissions))
                    • {{ __('Product Enquiry Form') }}
                    • @else
                    • {{ __('Product Enquiry Form') }}
                    • @endif
                    • {{ __('Messenger') }}
                    • {{ __('WhatsApp') }}
                    • {{ __('Telegram') }}
                    • {{ __('Tawk.To') }}
                    • @if (!is_null($package->custom_features)) @php $features = explode("\n", $package->custom_features); @endphp @if (count($features) > 0) @foreach ($features as $key => $value)
                    • {{ __($value) }}
                    • @endforeach @endif @endif
                    @auth('vendor') {{ __('Purchase') }} @endauth @guest('vendor') {{ __('Purchase') }} @endguest
                    @endforeach
                    @endforeach @endif
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->testimonial_section_status == 1)

                    {{ !empty($testimonialSecInfo->title) ? $testimonialSecInfo->title : '' }}

                    @foreach ($testimonials as $testimonial)

                    {{ $testimonial->comment }}

                    Person Image
                    {{ $testimonial->name }}
                    {{ $testimonial->occupation }}
                    ({{ $testimonial->rating }})
                    @endforeach
                    @foreach ($testimonials as $testimonial) Client Image @endforeach
                    {{ !empty($testimonialSecInfo->clients) ? $testimonialSecInfo->clients : '' }}
                    Image
                    Shape Shape Shape Shape Shape
                    @endif @if ($secInfo->blog_section_status == 1)

                    {{ !empty($blogSecInfo->title) ? $blogSecInfo->title : 'Read Our Latest Blog' }}

                    @if (count($blog_count) > count($blogs)) {{ $blogSecInfo ? $blogSecInfo->button_text : 'More' }} @endif
                    @if (count($blogs) < 1)

                    {{ __('NO POST FOUND') . '!' }}

                    @else @foreach ($blogs as $blog)

                    {{ $blog->title }}

                    I {{ strlen(strip_tags(convertUtf8($blog->content))) > 100 ? substr(strip_tags(convertUtf8($blog->content)), 0, 100) . '...' : strip_tags(convertUtf8($blog->content)) }}

                    {{ __('Read More') }}
                    @endforeach @endif
                    Shape Shape Shape Shape
                    @endif @endsection @section('script') @endsection PKR\)(&views/frontend/home/index-v1.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Home') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content')

                    {{ !empty($heroSection->title) ? $heroSection->title : 'Are You Looking For A business?' }}

                    {{ !empty($heroSection->text) ? $heroSection->text : '' }}

                    Shape Shape Shape Shape Shape
                    @if ($secInfo->category_section_status == 1)

                    {{ $catgorySecInfo ? $catgorySecInfo->title : 'CATEGORIES' }}

                    @if (count($categories) < 1)

                    {{ __('NO CATEGORY FOUND') . '!' }}

                    @else
                    @foreach ($categories as $category) @endforeach @endif
                    Shape Shape Shape Shape Shape
                    @endif @if ($secInfo->featured_listing_section_status == 1)

                    {{ $listingSecInfo ? $listingSecInfo->title : 'LISTINGS' }}

                    @if (count($listing_contents) < 1)

                    {{ __('NO LISTING FOUND') }}

                    @else @foreach ($listing_contents as $listing_content)
                    {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                    @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}{{ $listing_content->category_id }}
                    {{ optional($listing_content)->title }}
                    ({{ $listing_content->average_rating }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                    @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first() ->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing_content->country_id, )->first()->name; } @endphp {{ @$city }}@if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                    {{ __('From') }}
                    {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                    @endif
                    @endforeach @endif
                    @if (count($total_listing_contents) > count($listing_contents)) @endif
                    @endif @if ($secInfo->work_process_section_status == 1)

                    {{ @$workProcessSecInfo->title }}

                    @if ($workProcessSecInfo) {{ @$workProcessSecInfo->button_text }} @endif
                    @foreach ($processes as $process)
                    0{{ $process->serial_number }}

                    {{ $process->title }}

                    @endforeach
                    Shape Shape Shape Shape Shape
                    @endif @if ($secInfo->counter_section_status == 1)
                    Bg-img

                    {{ $counterSectionInfo ? $counterSectionInfo->title : '' }}

                    @foreach ($counters as $counter)

                    {{ $counter->amount }}+

                    {{ $counter->title }}

                    @endforeach
                    @endif @if ($secInfo->package_section_status == 1)

                    {{ $packageSecInfo ? $packageSecInfo->title : 'Most Affordable Package' }}

                    @if (count($terms) < 1)

                    {{ __('NO PACKAGE FOUND') }}

                    @else @foreach ($terms as $index => $term)
                    @php $packages = \App\Models\Package::where('status', '1')->where('term', strtolower($term))->get(); $totalItems = count($packages); $middleIndex = intdiv($totalItems, 2); @endphp @foreach ($packages as $index => $package) @php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

                    {{ __($package->title) }}

                    @if ($package->recommended == '1') {{ __('Popular') }} @endif

                    {{ symbolPrice($package->price) }} @if ($package->term == 'monthly') / {{ __('Monthly') }} @elseif($package->term == 'yearly') / {{ __('Yearly') }} @elseif($package->term == 'lifetime') / {{ __('Lifetime') }} @endif
                    {{ __('What\'s Included') }}
                    • @if ($package->number_of_listing == 999999) {{ __('Listing (Unlimited)') }} @elseif($package->number_of_listing == 1) {{ __('Listing') }} ({{ $package->number_of_listing }}) @else {{ __('Listings') }} ({{ $package->number_of_listing }}) @endif
                    • @if ($package->number_of_images_per_listing == 999999) {{ __('Images Per Listing (Unlimited)') }} @elseif($package->number_of_images_per_listing == 1) {{ __('Image Per Listing') }} ({{ $package->number_of_images_per_listing }}) @else {{ __('Images Per Listings') }} ({{ $package->number_of_images_per_listing }}) @endif
                    • {{ __('Enquiry Form') }}
                    • {{ __('Video') }}
                    • @if (is_array($permissions) && in_array('Amenities', $permissions)) @if ($package->number_of_amenities_per_listing == 999999) {{ __('Amenities Per Listing(Unlimited)') }} @elseif($package->number_of_amenities_per_listing == 1) {{ __('Amenitie Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @else {{ __('Amenities Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @endif @else {{ __('Amenities Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Feature', $permissions)) @if ($package->number_of_additional_specification == 999999) {{ __('Feature Per Listing (Unlimited)') }} @elseif($package->number_of_additional_specification == 1) {{ __('Feature Per Listing') }} ({{ $package->number_of_additional_specification }}) @else {{ __('Features Per Listing') }} ({{ $package->number_of_additional_specification }}) @endif @else {{ __('Feature Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Social Links', $permissions)) @if ($package->number_of_social_links == 999999) {{ __('Social Links Per Listing(Unlimited)') }} @elseif($package->number_of_social_links == 1) {{ __('Social Link Per Listing') }} ({{ $package->number_of_social_links }}) @else {{ __('Social Links Per Listing') }} ({{ $package->number_of_social_links }}) @endif @else {{ __('Social Link Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('FAQ', $permissions)) @if ($package->number_of_faq == 999999) {{ __('FAQ Per Listing(Unlimited)') }} @elseif($package->number_of_faq == 1) {{ __('FAQ Per Listing') }} ({{ $package->number_of_faq }}) @else {{ __('FAQs Per Listing') }} ({{ $package->number_of_faq }}) @endif @else {{ __('FAQ Per Listing') }} @endif
                    • {{ __('Business Hours') }}
                    • @if (is_array($permissions) && in_array('Products', $permissions)) @if ($package->number_of_products == 999999) {{ __('Products Per Listing (Unlimited)') }} @elseif($package->number_of_products == 1) {{ __('Product Per Listing') }} ({{ $package->number_of_products }}) @else {{ __('Products Per Listing') }} ({{ $package->number_of_products }}) @endif @else {{ __('Products Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Products', $permissions))
                    • @if ($package->number_of_images_per_products == 999999) {{ __('Product Image Per Product (Unlimited)') }} @elseif($package->number_of_images_per_products == 1) {{ __('Product Image Per Product') }} ({{ $package->number_of_images_per_products }}) @else {{ __('Product Images Per Product') }} ({{ $package->number_of_images_per_products }}) @endif
                    • @else
                    • {{ __('Product Image Per Product') }}
                    • @endif @if (is_array($permissions) && in_array('Products', $permissions))
                    • {{ __('Product Enquiry Form') }}
                    • @else
                    • {{ __('Product Enquiry Form') }}
                    • @endif
                    • {{ __('Messenger') }}
                    • {{ __('WhatsApp') }}
                    • {{ __('Telegram') }}
                    • {{ __('Tawk.To') }}
                    • @if (!is_null($package->custom_features)) @php $features = explode("\n", $package->custom_features); @endphp @if (count($features) > 0) @foreach ($features as $key => $value)
                    • {{ __($value) }}
                    • @endforeach @endif @endif
                    @auth('vendor') {{ __('Purchase') }} @endauth @guest('vendor') {{ __('Purchase') }} @endguest
                    @endforeach
                    @endforeach @endif
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->call_to_action_section_status == 1)
                    Bg-img

                    {{ $callToActionSecInfo ? $callToActionSecInfo->title : '' }}

                    {{ $callToActionSecInfo ? $callToActionSecInfo->subtitle : '' }}

                    @if ($callToActionSecInfo && $callToActionSecInfo->button_url && $callToActionSecInfo->button_name) {{ $callToActionSecInfo->button_name }} @endif
                    Image
                    @endif @if ($secInfo->blog_section_status == 1)

                    {{ !empty($blogSecInfo->title) ? $blogSecInfo->title : 'Read Our Latest Blog' }}

                    @if (count($blog_count) > count($blogs)) {{ $blogSecInfo ? $blogSecInfo->button_text : 'More' }} @endif
                    @if (count($blogs) < 1)

                    {{ __('NO POST FOUND') . '!' }}

                    @else @foreach ($blogs as $blog)

                    {{ $blog->title }}

                    {{ strlen(strip_tags(convertUtf8($blog->content))) > 100 ? substr(strip_tags(convertUtf8($blog->content)), 0, 100) . '...' : strip_tags(convertUtf8($blog->content)) }}

                    {{ __('Read More') }}
                    @endforeach @endif
                    @endif @endsection @section('script') @endsection PKR\vd⬞&views/frontend/home/index-v4.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Home') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content')

                    {{ !empty($heroSection->title) ? $heroSection->title : 'Are You Looking For A business?' }}

                    {{ !empty($heroSection->text) ? $heroSection->text : '' }}

                    @if ($heroSectionImage) Bg-img @else Bg-img @endif
                    Shape Shape Shape Shape
                    @if ($secInfo->work_process_section_status == 1)

                    {{ @$workProcessSecInfo->title }}

                    @foreach ($processes as $process)

                    {{ $process->title }}

                    {{ $process->text }}

                    @endforeach
                    Shape Shape
                    @endif @if ($secInfo->category_section_status == 1)

                    {{ $catgorySecInfo ? $catgorySecInfo->title : 'CATEGORIES' }}

                    @if (count($categories) < 1)

                    {{ __('NO CATEGORY FOUND') . '!' }}

                    @else
                    @foreach ($categories as $category) @endforeach @endif
                    @endif @if ($secInfo->featured_listing_section_status == 1)

                    {{ $listingSecInfo ? $listingSecInfo->title : 'LISTINGS' }}

                    @if (count($listing_contents) < 1)

                    {{ __('NO LISTING FOUND') }}

                    @else @foreach ($listing_contents as $listing_content)
                    {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                    @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                    {{ optional($listing_content)->title }}
                    ({{ $listing_content->average_rating }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                    @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first() ->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing_content->country_id, )->first()->name; } @endphp {{ @$city }} @if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                    {{ __('From') }}
                    {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                    @endif
                    @endforeach @endif
                    @if (count($total_listing_contents) > count($listing_contents)) @endif
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->call_to_action_section_status == 1)

                    {{ @$callToActionSecInfo->title }}

                    {{ @$callToActionSecInfo->subtitle }}

                    @if ($callToActionSecInfo && $callToActionSecInfo->button_url && $callToActionSecInfo->button_name) {{ @$callToActionSecInfo->button_name }} @endif
                    Image
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->package_section_status == 1)

                    {{ $packageSecInfo ? $packageSecInfo->title : 'Most Affordable Package' }}

                    @if (count($terms) < 1)

                    {{ __('NO PACKAGE FOUND') }}

                    @else @foreach ($terms as $index => $term)
                    @php $packages = \App\Models\Package::where('status', '1')->where('term', strtolower($term))->get(); $totalItems = count($packages); $middleIndex = intdiv($totalItems, 2); @endphp @foreach ($packages as $index => $package) @php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

                    {{ __($package->title) }}

                    @if ($package->recommended == '1') {{ __('Popular') }} @endif

                    {{ symbolPrice($package->price) }} @if ($package->term == 'monthly') / {{ __('Monthly') }} @elseif($package->term == 'yearly') / {{ __('Yearly') }} @elseif($package->term == 'lifetime') / {{ __('Lifetime') }} @endif
                    {{ __('What\'s Included') }}
                    • @if ($package->number_of_listing == 999999) {{ __('Listing (Unlimited)') }} @elseif($package->number_of_listing == 1) {{ __('Listing') }} ({{ $package->number_of_listing }}) @else {{ __('Listings') }} ({{ $package->number_of_listing }}) @endif
                    • @if ($package->number_of_images_per_listing == 999999) {{ __('Images Per Listing (Unlimited)') }} @elseif($package->number_of_images_per_listing == 1) {{ __('Image Per Listing') }} ({{ $package->number_of_images_per_listing }}) @else {{ __('Images Per Listings') }} ({{ $package->number_of_images_per_listing }}) @endif
                    • {{ __('Enquiry Form') }}
                    • {{ __('Video') }}
                    • @if (is_array($permissions) && in_array('Amenities', $permissions)) @if ($package->number_of_amenities_per_listing == 999999) {{ __('Amenities Per Listing(Unlimited)') }} @elseif($package->number_of_amenities_per_listing == 1) {{ __('Amenitie Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @else {{ __('Amenities Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @endif @else {{ __('Amenities Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Feature', $permissions)) @if ($package->number_of_additional_specification == 999999) {{ __('Feature Per Listing (Unlimited)') }} @elseif($package->number_of_additional_specification == 1) {{ __('Feature Per Listing') }} ({{ $package->number_of_additional_specification }}) @else {{ __('Features Per Listing') }} ({{ $package->number_of_additional_specification }}) @endif @else {{ __('Feature Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Social Links', $permissions)) @if ($package->number_of_social_links == 999999) {{ __('Social Links Per Listing(Unlimited)') }} @elseif($package->number_of_social_links == 1) {{ __('Social Link Per Listing') }} ({{ $package->number_of_social_links }}) @else {{ __('Social Links Per Listing') }} ({{ $package->number_of_social_links }}) @endif @else {{ __('Social Link Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('FAQ', $permissions)) @if ($package->number_of_faq == 999999) {{ __('FAQ Per Listing(Unlimited)') }} @elseif($package->number_of_faq == 1) {{ __('FAQ Per Listing') }} ({{ $package->number_of_faq }}) @else {{ __('FAQs Per Listing') }} ({{ $package->number_of_faq }}) @endif @else {{ __('FAQ Per Listing') }} @endif
                    • {{ __('Business Hours') }}
                    • @if (is_array($permissions) && in_array('Products', $permissions)) @if ($package->number_of_products == 999999) {{ __('Products Per Listing (Unlimited)') }} @elseif($package->number_of_products == 1) {{ __('Product Per Listing') }} ({{ $package->number_of_products }}) @else {{ __('Products Per Listing') }} ({{ $package->number_of_products }}) @endif @else {{ __('Products Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Products', $permissions))
                    • @if ($package->number_of_images_per_products == 999999) {{ __('Product Image Per Product (Unlimited)') }} @elseif($package->number_of_images_per_products == 1) {{ __('Product Image Per Product') }} ({{ $package->number_of_images_per_products }}) @else {{ __('Product Images Per Product') }} ({{ $package->number_of_images_per_products }}) @endif
                    • @else
                    • {{ __('Product Image Per Product') }}
                    • @endif @if (is_array($permissions) && in_array('Products', $permissions))
                    • {{ __('Product Enquiry Form') }}
                    • @else
                    • {{ __('Product Enquiry Form') }}
                    • @endif
                    • {{ __('Messenger') }}
                    • {{ __('WhatsApp') }}
                    • {{ __('Telegram') }}
                    • {{ __('Tawk.To') }}
                    • @if (!is_null($package->custom_features)) @php $features = explode("\n", $package->custom_features); @endphp @if (count($features) > 0) @foreach ($features as $key => $value)
                    • {{ __($value) }}
                    • @endforeach @endif @endif
                    @auth('vendor') {{ __('Purchase') }} @endauth @guest('vendor') {{ __('Purchase') }} @endguest
                    @endforeach
                    @endforeach @endif
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->video_section == 1)
                    Bg-img

                    {{ @$videoSecInfo->title }}

                    {{ @$videoSecInfo->subtitle }}

                    @if (@$videoSecInfo->button_url && @$videoSecInfo->button_name) {{ @$videoSecInfo->button_name }} @endif
                    @if (@$videoSecInfo->video_url) @endif
                    @endif @if ($secInfo->blog_section_status == 1)

                    {{ !empty($blogSecInfo->title) ? $blogSecInfo->title : 'Read Our Latest Blog' }}

                    @if (count($blog_count) > count($blogs)) {{ $blogSecInfo ? $blogSecInfo->button_text : 'More' }} @endif
                    @if (count($blogs) < 1)

                    {{ __('NO POST FOUND') . '!' }}

                    @else @foreach ($blogs as $blog)
                    @endforeach @endif
                    Shape Shape Shape Shape
                    @endif @endsection @section('script') @endsection PKR\\uu&views/frontend/home/index-v2.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ __('Home') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content')
                    @if ($heroSectionImage) Bg-img @else Bg-img @endif

                    {{ !empty($heroSection->title) ? $heroSection->title : 'Are You Looking For A business?' }}

                    {{ !empty($heroSection->text) ? $heroSection->text : '' }}

                    @if ($secInfo->location_section_status == 1) @endif @if ($secInfo->category_section_status == 1)

                    {{ $catgorySecInfo ? $catgorySecInfo->title : 'CATEGORIES' }}

                    @if (count($categories) < 1)

                    {{ __('NO CATEGORY FOUND') . '!' }}

                    @else
                    @foreach ($categories as $category) @endforeach
                    @endif
                    Shape Shape
                    @endif @if ($secInfo->featured_listing_section_status == 1)

                    {{ $listingSecInfo ? $listingSecInfo->title : 'LISTINGS' }}

                    {{ @$listingSecInfo->subtitle }}

                    @if (count($total_listing_contents) > count($listing_contents)) {{ $listingSecInfo ? $listingSecInfo->button_text : 'More' }} @endif
                    @if (count($listing_contents) < 1)

                    {{ __('NO LISTING FOUND') }}

                    @else
                    @foreach ($listing_contents as $listing_content)
                    {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                    @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                    {{ optional($listing_content)->title }}
                    ({{ $listing_content->average_rating }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                    @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first()->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing_content->country_id, )->first()->name; } @endphp {{ @$city }} @if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                    {{ __('From') }}
                    {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                    @endif
                    @endforeach
                    @endif
                    Shape Shape
                    @endif @if ($secInfo->video_section == 1)
                    Bg-img

                    {{ @$videoSecInfo->title }}

                    {{ @$videoSecInfo->subtitle }}

                    @if (@$videoSecInfo->button_url && @$videoSecInfo->button_name) {{ @$videoSecInfo->button_name }} @endif
                    @if (@$videoSecInfo->video_url) @endif
                    @endif @if ($secInfo->latest_listing_section_status == 1)

                    {{ $featuredSecInfo ? $featuredSecInfo->title : 'LISTINGS' }}

                    @if (count($latest_listing_contents) < 1)

                    {{ __('NO LISTING FOUND') }}

                    @else @foreach ($latest_listing_contents as $listing_content)
                    {{ optional($listing_content)->title }} @if (Auth::guard('web')->check()) @php $user_id = Auth::guard('web')->user()->id; $checkWishList = checkWishList($listing_content->id, $user_id); @endphp @else @php $checkWishList = false; @endphp @endif
                    @php if ($listing_content->vendor_id == 0) { $vendorInfo = App\Models\Admin::first(); $userName = 'admin'; } else { $vendorInfo = App\Models\Vendor::findorfail($listing_content->vendor_id); $userName = $vendorInfo->username; } @endphp @php $categorySlug = App\Models\ListingCategory::findorfail($listing_content->category_id); @endphp {{ $listing_content->category_name }}
                    {{ optional($listing_content)->title }}
                    ({{ $listing_content->average_rating }}) {{ totalListingReview($listing_content->id) }} {{ __('Reviews') }}
                    @php $city = null; $State = null; $country = null; if ($listing_content->city_id) { $city = App\Models\Location\City::Where('id', $listing_content->city_id)->first() ->name; } if ($listing_content->state_id) { $State = App\Models\Location\State::Where('id', $listing_content->state_id)->first() ->name; } if ($listing_content->country_id) { $country = App\Models\Location\Country::Where( 'id', $listing_content->country_id, )->first()->name; } @endphp {{ @$city }} @if (@$State) ,{{ $State }} @endif @if (@$country) ,{{ @$country }} @endif @if ($listing_content->max_price && $listing_content->min_price)
                    {{ __('From') }}
                    {{ symbolPrice($listing_content->min_price) }} - {{ symbolPrice($listing_content->max_price) }}
                    @endif
                    @endforeach @endif
                    @if (count($latest_listing_content_total) > count($listing_contents)) @endif
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->package_section_status == 1)

                    {{ $packageSecInfo ? $packageSecInfo->title : 'Most Affordable Package' }}

                    @if (count($terms) < 1)

                    {{ __('NO PACKAGE FOUND') }}

                    @else @foreach ($terms as $index => $term)
                    @php $packages = \App\Models\Package::where('status', '1')->where('term', strtolower($term))->get(); $totalItems = count($packages); $middleIndex = intdiv($totalItems, 2); @endphp @foreach ($packages as $index => $package) @php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

                    {{ __($package->title) }}

                    @if ($package->recommended == '1') {{ __('Popular') }} @endif

                    {{ symbolPrice($package->price) }} @if ($package->term == 'monthly') / {{ __('Monthly') }} @elseif($package->term == 'yearly') / {{ __('Yearly') }} @elseif($package->term == 'lifetime') / {{ __('Lifetime') }} @endif
                    {{ __('What\'s Included') }}
                    • @if ($package->number_of_listing == 999999) {{ __('Listing (Unlimited)') }} @elseif($package->number_of_listing == 1) {{ __('Listing') }} ({{ $package->number_of_listing }}) @else {{ __('Listings') }} ({{ $package->number_of_listing }}) @endif
                    • @if ($package->number_of_images_per_listing == 999999) {{ __('Images Per Listing (Unlimited)') }} @elseif($package->number_of_images_per_listing == 1) {{ __('Image Per Listing') }} ({{ $package->number_of_images_per_listing }}) @else {{ __('Images Per Listings') }} ({{ $package->number_of_images_per_listing }}) @endif
                    • {{ __('Enquiry Form') }}
                    • {{ __('Video') }}
                    • @if (is_array($permissions) && in_array('Amenities', $permissions)) @if ($package->number_of_amenities_per_listing == 999999) {{ __('Amenities Per Listing(Unlimited)') }} @elseif($package->number_of_amenities_per_listing == 1) {{ __('Amenitie Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @else {{ __('Amenities Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @endif @else {{ __('Amenities Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Feature', $permissions)) @if ($package->number_of_additional_specification == 999999) {{ __('Feature Per Listing (Unlimited)') }} @elseif($package->number_of_additional_specification == 1) {{ __('Feature Per Listing') }} ({{ $package->number_of_additional_specification }}) @else {{ __('Features Per Listing') }} ({{ $package->number_of_additional_specification }}) @endif @else {{ __('Feature Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Social Links', $permissions)) @if ($package->number_of_social_links == 999999) {{ __('Social Links Per Listing(Unlimited)') }} @elseif($package->number_of_social_links == 1) {{ __('Social Link Per Listing') }} ({{ $package->number_of_social_links }}) @else {{ __('Social Links Per Listing') }} ({{ $package->number_of_social_links }}) @endif @else {{ __('Social Link Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('FAQ', $permissions)) @if ($package->number_of_faq == 999999) {{ __('FAQ Per Listing(Unlimited)') }} @elseif($package->number_of_faq == 1) {{ __('FAQ Per Listing') }} ({{ $package->number_of_faq }}) @else {{ __('FAQs Per Listing') }} ({{ $package->number_of_faq }}) @endif @else {{ __('FAQ Per Listing') }} @endif
                    • {{ __('Business Hours') }}
                    • @if (is_array($permissions) && in_array('Products', $permissions)) @if ($package->number_of_products == 999999) {{ __('Products Per Listing (Unlimited)') }} @elseif($package->number_of_products == 1) {{ __('Product Per Listing') }} ({{ $package->number_of_products }}) @else {{ __('Products Per Listing') }} ({{ $package->number_of_products }}) @endif @else {{ __('Products Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Products', $permissions))
                    • @if ($package->number_of_images_per_products == 999999) {{ __('Product Image Per Product (Unlimited)') }} @elseif($package->number_of_images_per_products == 1) {{ __('Product Image Per Product') }} ({{ $package->number_of_images_per_products }}) @else {{ __('Product Images Per Product') }} ({{ $package->number_of_images_per_products }}) @endif
                    • @else
                    • {{ __('Product Image Per Product') }}
                    • @endif @if (is_array($permissions) && in_array('Products', $permissions))
                    • {{ __('Product Enquiry Form') }}
                    • @else
                    • {{ __('Product Enquiry Form') }}
                    • @endif
                    • {{ __('Messenger') }}
                    • {{ __('WhatsApp') }}
                    • {{ __('Telegram') }}
                    • {{ __('Tawk.To') }}
                    • @if (!is_null($package->custom_features)) @php $features = explode("\n", $package->custom_features); @endphp @if (count($features) > 0) @foreach ($features as $key => $value)
                    • {{ __($value) }}
                    • @endforeach @endif @endif
                    @auth('vendor') {{ __('Purchase') }} @endauth @guest('vendor') {{ __('Purchase') }} @endguest
                    @endforeach
                    @endforeach @endif
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->testimonial_section_status == 1)

                    {{ !empty($testimonialSecInfo->title) ? $testimonialSecInfo->title : '' }}

                    {{ !empty($testimonialSecInfo->subtitle) ? $testimonialSecInfo->subtitle : '' }}

                    @foreach ($testimonials as $testimonial)

                    {{ $testimonial->comment }}

                    Person Image
                    {{ $testimonial->name }}
                    {{ $testimonial->occupation }}
                    @endforeach
                    Image
                    Shape Shape Shape Shape
                    @endif @if ($secInfo->blog_section_status == 1)

                    {{ !empty($blogSecInfo->title) ? $blogSecInfo->title : 'Read Our Latest Blog' }}

                    @if (count($blog_count) > count($blogs)) {{ $blogSecInfo ? $blogSecInfo->button_text : 'More' }} @endif
                    @if (count($blogs) < 1)

                    {{ __('NO POST FOUND') . '!' }}

                    @else @foreach ($blogs as $blog)
                    @endforeach @endif
                    Shape Shape Shape
                    @endif @endsection @section('script') @endsection PKR\9views/frontend/layout.blade.phpnu[ {{-- title --}} @yield('pageHeading') {{ '| ' . $websiteInfo->website_title }} {{-- fav icon --}} @includeIf('frontend.partials.styles') @if ($basicInfo->preloader_status == 1)
                    @endif
                    @if ($basicInfo->theme_version == 1) @includeIf('frontend.partials.header.header-v1') @elseif ($basicInfo->theme_version == 2) @includeIf('frontend.partials.header.header-v2') @elseif ($basicInfo->theme_version == 3) @includeIf('frontend.partials.header.header-v3') @elseif ($basicInfo->theme_version == 4) @includeIf('frontend.partials.header.header-v4') @endif @yield('content') @include('frontend.partials.footer')
                    @includeIf('frontend.partials.popups') {{-- cookie alert --}} @if (!is_null($cookieAlertInfo) && $cookieAlertInfo->cookie_alert_status == 1) @include('cookie-consent::index') @endif @if (!request()->routeIs('frontend.listing.details'))
                    @endif @if ($basicInfo->shop_status == 1)
                    @php $position = $basicInfo->base_currency_symbol_position; $symbol = $basicInfo->base_currency_symbol; $totalPrice = 0; if (session()->has('productCart')) { $productCarts = session()->get('productCart'); foreach ($productCarts as $key => $product) { $totalPrice += $product['price']; } } $totalPrice = number_format($totalPrice); $productCartQuantity = 0; if (session()->has('productCart')) { foreach (session()->get('productCart') as $value) { $productCartQuantity = $productCartQuantity + $value['quantity']; } } @endphp
                    {{ $productCartQuantity }} {{ __('Items') }}
                    {{ $position == 'left' ? $symbol : '' }}{{ $totalPrice }}{{ $position == 'right' ? $symbol : '' }}
                    @endif @include('frontend.partials.scripts') PKR\ʟ$views/frontend/custom-page.blade.phpnu[@extends('frontend.layout') @section('pageHeading') {{ $pageInfo->title }} @endsection @section('metaKeywords') {{ $pageInfo->meta_keywords }} @endsection @section('metaDescription') {{ $pageInfo->meta_description }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => $pageInfo->title, ])
                    {!! $pageInfo->content !!}
                    @if (!empty(showAd(3)))
                    {!! showAd(3) !!}
                    @endif
                    @endsection PKR\If>f> views/frontend/pricing.blade.phpnu[@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->pricing_page_title }} @else {{ __('Pricing') }} @endif @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_pricing }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_pricing }} @endif @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->pricing_page_title : __('Pricing'), ])

                    {{ $packageSecInfo ? $packageSecInfo->title : 'Most Affordable Package' }}

                    @foreach ($terms as $index => $term)
                    @php $packages = \App\Models\Package::where('status', '1')->where('term', strtolower($term))->get(); $totalItems = count($packages); $middleIndex = intdiv($totalItems, 2); @endphp @foreach ($packages as $index => $package) @php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

                    {{ __($package->title) }}

                    @if ($package->recommended == '1') {{ __('Popular') }} @endif

                    {{ symbolPrice($package->price) }} @if ($package->term == 'monthly') / {{ __('Monthly') }} @elseif($package->term == 'yearly') / {{ __('Yearly') }} @elseif($package->term == 'lifetime') / {{ __('Lifetime') }} @endif
                    {{ __('What\'s Included') }}
                    • @if ($package->number_of_listing == 999999) {{ __('Listing (Unlimited)') }} @elseif($package->number_of_listing == 1) {{ __('Listing') }} ({{ $package->number_of_listing }}) @else {{ __('Listings') }} ({{ $package->number_of_listing }}) @endif
                    • @if ($package->number_of_images_per_listing == 999999) {{ __('Images Per Listing (Unlimited)') }} @elseif($package->number_of_images_per_listing == 1) {{ __('Image Per Listing') }} ({{ $package->number_of_images_per_listing }}) @else {{ __('Images Per Listings') }} ({{ $package->number_of_images_per_listing }}) @endif
                    • {{ __('Enquiry Form') }}
                    • {{ __('Video') }}
                    • @if (is_array($permissions) && in_array('Amenities', $permissions)) @if ($package->number_of_amenities_per_listing == 999999) {{ __('Amenities Per Listing(Unlimited)') }} @elseif($package->number_of_amenities_per_listing == 1) {{ __('Amenitie Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @else {{ __('Amenities Per Listing') }} ({{ $package->number_of_amenities_per_listing }}) @endif @else {{ __('Amenities Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Feature', $permissions)) @if ($package->number_of_additional_specification == 999999) {{ __('Feature Per Listing (Unlimited)') }} @elseif($package->number_of_additional_specification == 1) {{ __('Feature Per Listing') }} ({{ $package->number_of_additional_specification }}) @else {{ __('Features Per Listing') }} ({{ $package->number_of_additional_specification }}) @endif @else {{ __('Feature Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Social Links', $permissions)) @if ($package->number_of_social_links == 999999) {{ __('Social Links Per Listing(Unlimited)') }} @elseif($package->number_of_social_links == 1) {{ __('Social Link Per Listing') }} ({{ $package->number_of_social_links }}) @else {{ __('Social Links Per Listing') }} ({{ $package->number_of_social_links }}) @endif @else {{ __('Social Link Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('FAQ', $permissions)) @if ($package->number_of_faq == 999999) {{ __('FAQ Per Listing(Unlimited)') }} @elseif($package->number_of_faq == 1) {{ __('FAQ Per Listing') }} ({{ $package->number_of_faq }}) @else {{ __('FAQs Per Listing') }} ({{ $package->number_of_faq }}) @endif @else {{ __('FAQ Per Listing') }} @endif
                    • {{ __('Business Hours') }}
                    • @if (is_array($permissions) && in_array('Products', $permissions)) @if ($package->number_of_products == 999999) {{ __('Products Per Listing (Unlimited)') }} @elseif($package->number_of_products == 1) {{ __('Product Per Listing') }} ({{ $package->number_of_products }}) @else {{ __('Products Per Listing') }} ({{ $package->number_of_products }}) @endif @else {{ __('Products Per Listing') }} @endif
                    • @if (is_array($permissions) && in_array('Products', $permissions))
                    • @if ($package->number_of_images_per_products == 999999) {{ __('Product Image Per Product (Unlimited)') }} @elseif($package->number_of_images_per_products == 1) {{ __('Product Image Per Product') }} ({{ $package->number_of_images_per_products }}) @else {{ __('Product Images Per Product') }} ({{ $package->number_of_images_per_products }}) @endif
                    • @else
                    • {{ __('Product Image Per Product') }}
                    • @endif @if (is_array($permissions) && in_array('Products', $permissions))
                    • {{ __('Product Enquiry Form') }}
                    • @else
                    • {{ __('Product Enquiry Form') }}
                    • @endif
                    • {{ __('Messenger') }}
                    • {{ __('WhatsApp') }}
                    • {{ __('Telegram') }}
                    • {{ __('Tawk.To') }}
                    • @if (!is_null($package->custom_features)) @php $features = explode("\n", $package->custom_features); @endphp @if (count($features) > 0) @foreach ($features as $key => $value)
                    • {{ __($value) }}
                    • @endforeach @endif @endif
                    @auth('vendor') {{ __('Purchase') }} @endauth @guest('vendor') {{ __('Purchase') }} @endguest
                    @endforeach
                    @endforeach
                    Shape Shape Shape Shape
                    @endsection PKR\ %views/admin/partials/footer.blade.phpnu[

                    {!! !is_null($footerTextInfo) ? $footerTextInfo->copyright_text : '' !!}

                    PKR\D (views/admin/partials/rtl-style.blade.phpnu[@if ($language->direction == 1) @section('style') @endsection @endif PKR\3*views/admin/partials/side-navbar.blade.phpnu[ PKR\!ƭ,66%views/admin/partials/styles.blade.phpnu[{{-- fontawesome css --}} {{-- fontawesome icon picker css --}} {{-- icon picker css --}} {{-- bootstrap css --}} {{-- bootstrap tags-input css --}} {{-- jQuery-ui css --}} {{-- jQuery-timepicker css --}} {{-- bootstrap-datepicker css --}} {{-- dropzone css --}} {{-- atlantis css --}} {{-- select2 css --}} {{-- admin-main css --}} PKR\ԛDww)views/admin/partials/top-navbar.blade.phpnu[
                    @if (!empty($websiteInfo->logo)) @endif
                    PKR\lɋ[[&views/admin/partials/scripts.blade.phpnu[ {{-- core js files --}} {{-- jQuery ui --}} {{-- jQuery time-picker --}} {{-- jQuery scrollbar --}} {{-- bootstrap notify --}} {{-- sweet alert --}} {{-- bootstrap tags input --}} {{-- bootstrap date-picker --}} {{-- tinymce editor --}} {{-- js color --}} {{-- fontawesome icon picker js --}} {{-- datatables js --}} {{-- datatables bootstrap js --}} {{-- dropzone js --}} {{-- atlantis js --}} {{-- fonts and icons script --}} @if (session()->has('success')) @endif @if (session()->has('warning')) @endif {{-- select2 js --}} {{-- admin-main js --}} PKR\R(views/admin/partials/languages.blade.phpnu[@if (!empty($langs)) @if (request()->input('language')) @else @endif @endif PKR\l##"views/admin/menu-builder.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                    {{ __('Menu Builder') }}
                    @includeIf('admin.partials.languages')
                    {{ __('Built-In Menus') }}
                    {{ __('Add') . '/' . __('Edit Menu') }}
                    {{ __('Website Menus') }}
                      @endsection @section('script') @endsection PKR\k,s_%_%)views/admin/journal/blog/create.blade.phpnu[@extends('admin.layout') @section('content')
                      {{ __('Add Post') }}
                      {{ __('Back') }}
                        @csrf

                        ...
                        {{ __('Choose Image') }}

                        {{ __('The higher the serial number is, the later the blog will be shown.') }}

                        @foreach ($languages as $language)
                        @php $categories = $language->categories; @endphp
                        @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
                        @endforeach
                        @endforeach
                        @endsection @section('script') @endsection PKR\T$$'views/admin/journal/blog/edit.blade.phpnu[@extends('admin.layout') @section('content')
                        {{ __('Edit Post') }}
                        {{ __('Back') }}
                          @csrf

                          image
                          {{ __('Choose Image') }}

                          {{ __('The higher the serial number is, the later the blog will be shown.') }}

                          @foreach ($languages as $language) @php $blogData = $language->blogData; @endphp
                          @php $categories = $language->categories; @endphp
                          @endforeach
                          @endsection @section('script') @endsection PKR\-h(views/admin/journal/blog/index.blade.phpnu[@extends('admin.layout') @section('content')
                          {{ __('Posts ') }}
                          @includeIf('admin.partials.languages')
                          {{ __('Add Post') }}
                          @if (count($blogs) == 0)

                          {{ __('NO POST FOUND') . '!' }}

                          @else
                          @foreach ($blogs as $blog) @endforeach
                          {{ __('Title') }} {{ __('Category') }} {{ __('Publish Date') }} {{ __('Serial Number') }} {{ __('Actions') }}
                          {{ strlen($blog->title) > 50 ? mb_substr($blog->title, 0, 50, 'UTF-8') . '...' : $blog->title }} {{ $blog->categoryName }} @php // first, convert the string into date object $date = Carbon\Carbon::parse($blog->created_at); @endphp {{ date_format($date, 'M d, Y') }} {{ $blog->serial_number }}
                          @csrf
                          @endif
                          @endsection PKR\<( -views/admin/journal/category/create.blade.phpnu[ PKR\ q q +views/admin/journal/category/edit.blade.phpnu[ PKR\:NV^,views/admin/journal/category/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                          {{ __('Blog Categories') }}
                          @includeIf('admin.partials.languages')
                          {{ __('Add') }}
                          @if (count($categories) == 0)

                          {{ __('NO BLOG CATEGORY FOUND') . '!' }}

                          @else
                          @foreach ($categories as $category) @endforeach
                          {{ __('Name') }} {{ __('Status') }} {{ __('Serial Number') }} {{ __('Actions') }}
                          {{ strlen($category->name) > 50 ? mb_substr($category->name, 0, 50, 'UTF-8') . '...' : $category->name }} @if ($category->status == 1)

                          {{ __('Active') }}

                          @else

                          {{ __('Deactive') }}

                          @endif
                          {{ $category->serial_number }}
                          @csrf
                          @endif
                          z {{-- create modal --}} @include('admin.journal.category.create') {{-- edit modal --}} @include('admin.journal.category.edit') @endsection PKR\9c\6views/admin/payment-gateways/online-gateways.blade.phpnu[@extends('admin.layout') @section('content')
                          @csrf
                          {{ __('Paypal') }}
                          @if ($errors->has('paypal_status'))

                          {{ $errors->first('paypal_status') }}

                          @endif
                          @php $paypalInfo = json_decode($paypal->information, true); @endphp
                          @if ($errors->has('paypal_sandbox_status'))

                          {{ $errors->first('paypal_sandbox_status') }}

                          @endif
                          @if ($errors->has('paypal_client_id'))

                          {{ $errors->first('paypal_client_id') }}

                          @endif
                          @if ($errors->has('paypal_client_secret'))

                          {{ $errors->first('paypal_client_secret') }}

                          @endif
                          @csrf
                          {{ __('Instamojo') }}
                          @if ($errors->has('instamojo_status'))

                          {{ $errors->first('instamojo_status') }}

                          @endif
                          @php $instamojoInfo = json_decode($instamojo->information, true); @endphp
                          @if ($errors->has('instamojo_sandbox_status'))

                          {{ $errors->first('instamojo_sandbox_status') }}

                          @endif
                          @if ($errors->has('instamojo_key'))

                          {{ $errors->first('instamojo_key') }}

                          @endif
                          @if ($errors->has('instamojo_token'))

                          {{ $errors->first('instamojo_token') }}

                          @endif
                          {{-- paytm --}}
                          @csrf
                          {{ __('Paytm') }}
                          @if ($errors->has('paytm_status'))

                          {{ $errors->first('paytm_status') }}

                          @endif
                          @php $paytmInfo = json_decode($paytm->information, true); @endphp
                          @if ($errors->has('paytm_environment'))

                          {{ $errors->first('paytm_environment') }}

                          @endif
                          @if ($errors->has('paytm_merchant_key'))

                          {{ $errors->first('paytm_merchant_key') }}

                          @endif
                          @if ($errors->has('paytm_merchant_mid'))

                          {{ $errors->first('paytm_merchant_mid') }}

                          @endif
                          @if ($errors->has('paytm_merchant_website'))

                          {{ $errors->first('paytm_merchant_website') }}

                          @endif
                          @if ($errors->has('paytm_industry_type'))

                          {{ $errors->first('paytm_industry_type') }}

                          @endif
                          {{-- stripe --}}
                          @csrf
                          {{ __('Stripe') }}
                          @if ($errors->has('stripe_status'))

                          {{ $errors->first('stripe_status') }}

                          @endif
                          @php $stripeInfo = json_decode($stripe->information, true); @endphp
                          @if ($errors->has('stripe_key'))

                          {{ $errors->first('stripe_key') }}

                          @endif
                          @if ($errors->has('stripe_secret'))

                          {{ $errors->first('stripe_secret') }}

                          @endif
                          {{-- flutterwave --}}
                          @csrf
                          {{ __('Flutterwave') }}
                          @if ($errors->has('flutterwave_status'))

                          {{ $errors->first('flutterwave_status') }}

                          @endif
                          @php $flutterwaveInfo = json_decode($flutterwave->information, true); @endphp
                          @if ($errors->has('flutterwave_public_key'))

                          {{ $errors->first('flutterwave_public_key') }}

                          @endif
                          @if ($errors->has('flutterwave_secret_key'))

                          {{ $errors->first('flutterwave_secret_key') }}

                          @endif
                          {{-- Razorpay --}}
                          @csrf
                          {{ __('Razorpay') }}
                          @if ($errors->has('razorpay_status'))

                          {{ $errors->first('razorpay_status') }}

                          @endif
                          @php $razorpayInfo = json_decode($razorpay->information, true); @endphp
                          @if ($errors->has('razorpay_key'))

                          {{ $errors->first('razorpay_key') }}

                          @endif
                          @if ($errors->has('razorpay_secret'))

                          {{ $errors->first('razorpay_secret') }}

                          @endif
                          {{-- mollie --}}
                          @csrf
                          {{ __('Mollie') }}
                          @if ($errors->has('mollie_status'))

                          {{ $errors->first('mollie_status') }}

                          @endif
                          @php $mollieInfo = json_decode($mollie->information, true); @endphp
                          @if ($errors->has('mollie_key'))

                          {{ $errors->first('mollie_key') }}

                          @endif
                          {{-- paystack --}}
                          @csrf
                          {{ __('Paystack') }}
                          @if ($errors->has('paystack_status'))

                          {{ $errors->first('paystack_status') }}

                          @endif
                          @php $paystackInfo = json_decode($paystack->information, true); @endphp
                          @if ($errors->has('paystack_key'))

                          {{ $errors->first('paystack_key') }}

                          @endif
                          {{-- mercadopago --}}
                          @csrf
                          {{ __('MercadoPago') }}
                          @if ($errors->has('mercadopago_status'))

                          {{ $errors->first('mercadopago_status') }}

                          @endif
                          @php $mercadopagoInfo = json_decode($mercadopago->information, true); @endphp
                          @if ($errors->has('mercadopago_sandbox_status'))

                          {{ $errors->first('mercadopago_sandbox_status') }}

                          @endif
                          @if ($errors->has('mercadopago_token'))

                          {{ $errors->first('mercadopago_token') }}

                          @endif
                          {{-- authorize.net --}}
                          @csrf
                          Authorize.Net
                          @csrf @php $anetInfo = json_decode($anet->information, true); @endphp
                          @if ($errors->has('login_id'))

                          {{ $errors->first('login_id') }}

                          @endif
                          @if ($errors->has('transaction_key'))

                          {{ $errors->first('transaction_key') }}

                          @endif
                          @if ($errors->has('public_key'))

                          {{ $errors->first('public_key') }}

                          @endif
                          @endsection PKR\A >views/admin/payment-gateways/offline-gateways/create.blade.phpnu[ PKR\&Y[[<views/admin/payment-gateways/offline-gateways/edit.blade.phpnu[ PKR\Ἀ=views/admin/payment-gateways/offline-gateways/index.blade.phpnu[@extends('admin.layout') @section('content')
                          {{ __('Offline Gateways') }}
                          @if (count($offlineGateways) == 0)

                          {{ __('NO OFFLINE PAYMENT GATEWAY FOUND') . '!' }}

                          @else
                          @foreach ($offlineGateways as $offlineGateway) @endforeach
                          # {{ __('Gateway Name') }} {{ __('Status') }} {{ __('Serial Number') }} {{ __('Actions') }}
                          {{ $loop->iteration }} {{ $offlineGateway->name }}
                          @csrf
                          {{ $offlineGateway->serial_number }}
                          @csrf
                          @endif
                          {{-- create modal --}} @include('admin.payment-gateways.offline-gateways.create') {{-- edit modal --}} @include('admin.payment-gateways.offline-gateways.edit') @endsection PKR\ %views/admin/amenitie/create.blade.phpnu[ PKR\Z@  #views/admin/amenitie/edit.blade.phpnu[ PKR\bK߬$views/admin/amenitie/index.blade.phpnu[@extends('admin.layout') @section('content')
                          {{ __('Amenities') }}
                          @includeIf('admin.partials.languages')
                          {{ __('Add') }}
                          @if (count($aminites) == 0)

                          {{ __('NO AMENITIE FOUND') . '!' }}

                          @else
                          @foreach ($aminites as $amenitie) @endforeach
                          {{ __('Title') }} {{ __('Icon') }} {{ __('Actions') }}
                          {{ strlen($amenitie->title) > 20 ? mb_substr($amenitie->title, 0, 20, 'UTF-8') . '...' : $amenitie->title }}
                          @csrf
                          @endif
                          {{-- create modal --}} @include('admin.amenitie.create') {{-- edit modal --}} @include('admin.amenitie.edit') @endsection PKR\(views/admin/custom-page/create.blade.phpnu[@extends('admin.layout') @section('content')
                          {{ __('Add Page') }}
                          {{ __('Back') }}
                            @csrf
                            @foreach ($languages as $language)
                            @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
                            @endforeach
                            @endforeach
                            @endsection @section('script') @endsection PKR\h{jj&views/admin/custom-page/edit.blade.phpnu[@extends('admin.layout') @section('content')
                            {{ __('Edit Page') }}
                            {{ __('Back') }}
                              @csrf
                              @foreach ($languages as $language) @php $pageData = $language ->customPageInfo() ->where('page_id', $page->id) ->first(); @endphp
                              @endforeach
                              @endsection @section('script') @endsection PKR\4و'views/admin/custom-page/index.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Custom Pages') }}
                              @includeIf('admin.partials.languages')
                              {{ __('Add Page') }}
                              @if (count($pages) == 0)

                              {{ __('NO CUSTOM PAGE FOUND') . '!' }}

                              @else
                              @foreach ($pages as $page) @endforeach
                              {{ __('Title') }} {{ __('Status') }} {{ __('Actions') }}
                              {{ $page->title }} @if ($page->status == 1)

                              {{ __('Active') }}

                              @else

                              {{ __('Deactive') }}

                              @endif
                              @csrf
                              @endif
                              @endsection PKR\ ;;2views/admin/basic-settings/page-headings.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              @csrf
                              {{ __('Update Page Headings') }}
                              @includeIf('admin.partials.languages')
                              @error('listing_page_title')

                              {{ $message }}

                              @enderror
                              @error('vendor_page_title')

                              {{ $message }}

                              @enderror
                              @error('products_page_title')

                              {{ $message }}

                              @enderror
                              @error('cart_page_title')

                              {{ $message }}

                              @enderror
                              @error('checkout_page_title')

                              {{ $message }}

                              @enderror
                              @error('login_page_title')

                              {{ $message }}

                              @enderror
                              @error('signup_page_title')

                              {{ $message }}

                              @enderror
                              @error('forget_password_page_title')

                              {{ $message }}

                              @enderror
                              @error('vendor_login_page_title')

                              {{ $message }}

                              @enderror
                              @error('vendor_signup_page_title')

                              {{ $message }}

                              @enderror
                              @error('vendor_forget_password_page_title')

                              {{ $message }}

                              @enderror
                              @error('error_page_title')

                              {{ $message }}

                              @enderror
                              @error('about_us_title')

                              {{ $message }}

                              @enderror
                              @error('blog_page_title')

                              {{ $message }}

                              @enderror
                              @error('faq_page_title')

                              {{ $message }}

                              @enderror
                              @error('contact_page_title')

                              {{ $message }}

                              @enderror
                              @error('wishlist_page_title')

                              {{ $message }}

                              @enderror
                              @error('dashboard_page_title')

                              {{ $message }}

                              @enderror
                              @error('orders_page_title')

                              {{ $message }}

                              @enderror
                              @error('support_ticket_page_title')

                              {{ $message }}

                              @enderror
                              @error('support_ticket_create_page_title')

                              {{ $message }}

                              @enderror
                              @error('change_password_page_title')

                              {{ $message }}

                              @enderror
                              @error('edit_profile_page_title')

                              {{ $message }}

                              @enderror
                              @error('pricing_page_title')

                              {{ $message }}

                              @enderror
                              @endsection PKR\v/views/admin/basic-settings/appearance.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Update Website Appearance') }}
                              @if ($errors->has('primary_color'))

                              {{ $errors->first('primary_color') }}

                              @endif
                              @if ($errors->has('secondary_color'))

                              {{ $errors->first('secondary_color') }}

                              @endif
                              @if ($errors->has('breadcrumb_overlay_color'))

                              {{ $errors->first('breadcrumb_overlay_color') }}

                              @endif
                              @if ($errors->has('breadcrumb_overlay_opacity'))

                              {{ $errors->first('breadcrumb_overlay_opacity') }}

                              @endif

                              {{ __('This will decide the transparency level of the overlay color.') }}
                              {{ __('Value must be between 0 to 1.') }}
                              {{ __('Transparency level will be lower with the increment of the value.') }}

                              @endsection PKR\\pp1views/admin/basic-settings/theme-&-home.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Theme & Home') }}

                              {{ __('Theme & Home') }}


                              @if ($errors->has('theme_version'))

                              {{ $errors->first('theme_version') }}

                              @endif
                              @endsection PKR\Ad d 8views/admin/basic-settings/social-media/create.blade.phpnu[ PKR\FҢ 6views/admin/basic-settings/social-media/edit.blade.phpnu[ PKR\,k7views/admin/basic-settings/social-media/index.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Social Medias') }}
                              @if (count($medias) == 0)

                              {{ __('NO SOCIAL MEDIA FOUND') . '!' }}

                              @else
                              @foreach ($medias as $media) @endforeach
                              # {{ __('Icon') }} {{ __('URL') }} {{ __('Serial Number') }} {{ __('Actions') }}
                              {{ $loop->iteration }} {{ $media->url }} {{ $media->serial_number }}
                              @csrf
                              @endif
                              {{-- create modal --}} @include('admin.basic-settings.social-media.create') {{-- edit modal --}} @include('admin.basic-settings.social-media.edit') @endsection PKR\$22(views/admin/basic-settings/pwa.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Update PWA Settings') }}
                              @csrf

                              256 X 256 image
                              {{ __('Choose Image') }}
                              @if ($errors->has('icon_128'))

                              {{ $errors->first('icon_128') }}

                              @endif

                              256 X 256 image
                              {{ __('Choose Image') }}
                              @if ($errors->has('icon_256'))

                              {{ $errors->first('icon_256') }}

                              @endif

                              512 X 512 image
                              {{ __('Choose Image') }}
                              @if ($errors->has('icon_512'))

                              {{ $errors->first('icon_512') }}

                              @endif
                              @if ($errors->has('short_name'))

                              {{ $errors->first('short_name') }}

                              @endif
                              @if ($errors->has('name'))

                              {{ $errors->first('name') }}

                              @endif
                              @if ($errors->has('background_color'))

                              {{ $errors->first('background_color') }}

                              @endif
                              @if ($errors->has('theme_color'))

                              {{ $errors->first('theme_color') }}

                              @endif
                              @endsection PKR\d ,views/admin/basic-settings/favicon.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Update Favicon') }}
                              @csrf

                              @if (!empty($data->favicon)) favicon @else ... @endif
                              {{ __('Choose Image') }}
                              @if ($errors->has('favicon'))

                              {{ $errors->first('favicon') }}

                              @endif

                              {{ __('Upload 40X40 pixel size image or squre size image for best quality.') }}

                              @endsection PKR\0066,views/admin/basic-settings/contact.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Contact Page') }}
                              @if ($errors->has('email_address'))

                              {{ $errors->first('email_address') }}

                              @endif
                              @if ($errors->has('contact_number'))

                              {{ $errors->first('contact_number') }}

                              @endif
                              @if ($errors->has('latitude'))

                              {{ $errors->first('latitude') }}

                              @endif
                              @if ($errors->has('longitude'))

                              {{ $errors->first('longitude') }}

                              @endif
                              @if ($errors->has('address'))

                              {{ $errors->first('address') }}

                              @endif
                              @endsection PKR\0views/admin/basic-settings/maintenance.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Update Maintenance Mode') }}
                              @csrf

                              @if (!empty($data->maintenance_img)) maintenance image @else ... @endif
                              {{ __('Choose Image') }}
                              @if ($errors->has('maintenance_img'))

                              {{ $errors->first('maintenance_img') }}

                              @endif
                              @if ($errors->has('maintenance_status'))

                              {{ $errors->first('maintenance_status') }}

                              @endif
                              @if ($errors->has('maintenance_msg'))

                              {{ $errors->first('maintenance_msg') }}

                              @endif

                              {{ __('During maintenance, you can access the system through this token.') }}
                              {{ URL::to('/') }}/token-value
                              {{ __('Don not use special character in token.') }}

                              @endsection PKR\Q 4views/admin/basic-settings/email/templates.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Mail Templates') }}
                              @if (count($templates) == 0)

                              {{ __('NO MAIL TEMPLATE FOUND') . '!' }}

                              @else
                              @foreach ($templates as $template) @endforeach
                              # {{ __('Mail Type') }} {{ __('Mail Subject') }} {{ __('Action') }}
                              {{ $loop->iteration }} @php $mailType = str_replace('_', ' ', $template->mail_type); @endphp {{ $mailType }} {{ $template->mail_subject }}
                              @endif
                              @endsection PKR\0zn98views/admin/basic-settings/email/edit-template.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Edit Mail Template') }}
                              {{ __('Back') }}
                              @csrf
                              @php $mailType = str_replace('_', ' ', $templateInfo->mail_type); @endphp
                              @if ($errors->has('mail_subject'))

                              {{ $errors->first('mail_subject') }}

                              @endif
                              @if ($errors->has('mail_body'))

                              {{ $errors->first('mail_body') }}

                              @endif
                              @includeIf('admin.basic-settings.email.bbcode')
                              @endsection PKR\Yό!!1views/admin/basic-settings/email/bbcode.blade.phpnu[
                              @if ($templateInfo->mail_type == 'verify_email') @endif @if ($templateInfo->mail_type == 'verify_email') @endif @if ($templateInfo->mail_type == 'reset_password' || $templateInfo->mail_type == 'product_order') @endif @if ( $templateInfo->mail_type == 'payment_accepted_for_featured_offline_gateway' || $templateInfo->mail_type == 'payment_rejected_for_buy_feature_offline_gateway') @endif @if ($templateInfo->mail_type == 'payment_accepted_for_featured_online_gateway') @endif @if ($templateInfo->mail_type == 'listing_feature_active') @endif @if ($templateInfo->mail_type == 'listing_feature_reject') @endif @if ($templateInfo->mail_type == 'balance_add' || $templateInfo->mail_type == 'balance_subtract') @endif @if ($templateInfo->mail_type == 'reset_password') @endif @if ($templateInfo->mail_type == 'product_order') @endif @if ($templateInfo->mail_type == 'product_order') @endif @if ( $templateInfo->mail_type != 'verify_email' || $templateInfo->mail_type != 'reset_password' || $templateInfo->mail_type != 'product_order') @endif @if ( $templateInfo->mail_type == 'admin_changed_current_package' || $templateInfo->mail_type == 'admin_changed_next_package' || $templateInfo->mail_type == 'admin_removed_current_package') @endif @if ( $templateInfo->mail_type == 'admin_changed_current_package' || $templateInfo->mail_type == 'admin_added_current_package' || $templateInfo->mail_type == 'admin_changed_next_package' || $templateInfo->mail_type == 'admin_added_next_package' || $templateInfo->mail_type == 'admin_removed_current_package' || $templateInfo->mail_type == 'admin_removed_next_package' || $templateInfo->mail_type == 'package_purchase' || $templateInfo->mail_type == 'payment_accepted_for_membership_offline_gateway' || $templateInfo->mail_type == 'payment_rejected_for_membership_offline_gateway') @endif @if ( $templateInfo->mail_type == 'admin_changed_current_package' || $templateInfo->mail_type == 'admin_added_current_package' || $templateInfo->mail_type == 'admin_added_next_package' || $templateInfo->mail_type == 'package_purchase' || $templateInfo->mail_type == 'payment_accepted_for_membership_offline_gateway' || $templateInfo->mail_type == 'payment_rejected_for_membership_offline_gateway') @endif @if ( $templateInfo->mail_type == 'admin_changed_current_package' || $templateInfo->mail_type == 'admin_added_current_package' || $templateInfo->mail_type == 'admin_changed_next_package' || $templateInfo->mail_type == 'admin_added_next_package' || $templateInfo->mail_type == 'package_purchase' || $templateInfo->mail_type == 'payment_accepted_for_membership_offline_gateway') @endif @if ( $templateInfo->mail_type == 'admin_changed_current_package' || $templateInfo->mail_type == 'admin_added_current_package' || $templateInfo->mail_type == 'admin_changed_next_package' || $templateInfo->mail_type == 'admin_added_next_package' || $templateInfo->mail_type == 'package_purchase' || $templateInfo->mail_type == 'payment_accepted_for_membership_offline_gateway') @endif @if ($templateInfo->mail_type == 'membership_expiry_reminder') @endif @if ($templateInfo->mail_type == 'membership_expiry_reminder' || $templateInfo->mail_type == 'membership_expired') @endif @if ($templateInfo->mail_type == 'inquiry_about_listing') @endif @if ($templateInfo->mail_type == 'inquiry_about_product') @endif
                              {{ __('BB Code') }} {{ __('Meaning') }}
                              {username} {{ __('Username of User') }}
                              {verification_link} {{ __('Email Verification Link') }}
                              {customer_name} {{ __('Name of The Customer') }}
                              {payment_via} {{ __('Payment Method Name') }}
                              {package_price} {{ __('Pament Amount ') }}
                              {payment_via} {{ __('Payment Method Name') }}
                              {package_price} {{ __('Pament Amount ') }}
                              {days} {{ __('How Many Days Active') }}
                              {listing_name} {{ __('Listing Title') }}
                              {activation_date} {{ __('Feature Active Date ') }}
                              {end_date} {{ __('Feature Expiry Date ') }}
                              {listing_name} {{ __('Listing Title') }}
                              {amount} {{ __('Balance add/substract amount') }}
                              {password_reset_link} {{ __('Password Reset Link') }}
                              {order_number} {{ __('Order Number') }}
                              {order_link} {{ __('Link to View Order Details') }}
                              {username} {{ __('Username of Vendor') }}
                              {replaced_package} {{ __('Replace Package Name') }}
                              {package_title} {{ __('Package Name') }}
                              {package_price} {{ __('Price of Package') }}
                              {activation_date} {{ __('Package activation date') }}
                              {expire_date} {{ __('Package expire date') }}
                              {last_day_of_membership} {{ __('Package expire last date') }}
                              {login_link} {{ __('Login Url') }}
                              {listing_name} {{ __('Name of Listing') }}
                              {enquirer_name} {{ __('Name of enquirer') }}
                              {enquirer_email} {{ __('Email address of enquirer') }}
                              {enquirer_phone} {{ __('Phone number of enquirer') }}
                              {enquirer_message} {{ __('Message of enquirer') }}
                              {listing_name} {{ __('Listing Title') }}
                              {product_name} {{ __('Name of Product') }}
                              {enquirer_name} {{ __('Name of enquirer') }}
                              {enquirer_email} {{ __('Email address of enquirer') }}
                              {enquirer_message} {{ __('Message of enquirer') }}
                              {website_title} {{ __('Website Title') }}
                              PKR\2:views/admin/basic-settings/email/mail-from-admin.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Mail From Admin') }}
                              @if ($errors->has('smtp_status'))

                              {{ $errors->first('smtp_status') }}

                              @endif
                              @if ($errors->has('smtp_host'))

                              {{ $errors->first('smtp_host') }}

                              @endif
                              @if ($errors->has('smtp_port'))

                              {{ $errors->first('smtp_port') }}

                              @endif
                              @if ($errors->has('encryption'))

                              {{ $errors->first('encryption') }}

                              @endif
                              @if ($errors->has('smtp_username'))

                              {{ $errors->first('smtp_username') }}

                              @endif
                              @if ($errors->has('smtp_password'))

                              {{ $errors->first('smtp_password') }}

                              @endif
                              @if ($errors->has('from_mail'))

                              {{ $errors->first('from_mail') }}

                              @endif
                              @if ($errors->has('from_name'))

                              {{ $errors->first('from_name') }}

                              @endif
                              @endsection PKR\Ϣ  8views/admin/basic-settings/email/mail-to-admin.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Mail To Admin') }}
                              @if ($errors->has('to_mail'))

                              {{ $errors->first('to_mail') }}

                              @endif
                              @endsection PKR\fnq q /views/admin/basic-settings/breadcrumb.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Update Breadcrumb') }}
                              @csrf

                              @if (!empty($data->breadcrumb)) breadcrumb @else ... @endif
                              {{ __('Choose Image') }}
                              @if ($errors->has('breadcrumb'))

                              {{ $errors->first('breadcrumb') }}

                              @endif
                              @endsection PKR\6YP6P65views/admin/basic-settings/general-settings.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Update General Settings') }}

                              {{ __('Information') }}


                              @if ($errors->has('website_title'))

                              {{ $errors->first('website_title') }}

                              @endif

                              @if (!empty($data->favicon)) favicon @else ... @endif
                              {{ __('Choose Image') }}
                              @if ($errors->has('favicon'))

                              {{ $errors->first('favicon') }}

                              @endif

                              {{ __('Upload 40X40 pixel size image or squre size image for best quality.') }}


                              @if (!empty($data->logo)) logo @else ... @endif
                              {{ __('Choose Image') }}
                              @if ($errors->has('logo'))

                              {{ $errors->first('logo') }}

                              @endif

                              {{ __('Preloader') }}



                              @if (!empty($data->preloader)) Preloader @else ... @endif


                              {{ __('Choose Image') }}

                              {{ __('JPG, PNG, JPEG, GIF, SVG images are allowed') }}

                              @if ($errors->has('preloader'))

                              {{ $errors->first('preloader') }}

                              @endif

                              {{ __('Set Timezone') }}


                              @if ($errors->has('timezone'))

                              {{ $errors->first('timezone') }}

                              @endif

                              {{ __('Currency') }}


                              @if ($errors->has('base_currency_symbol'))

                              {{ $errors->first('base_currency_symbol') }}

                              @endif
                              @if ($errors->has('base_currency_symbol_position'))

                              {{ $errors->first('base_currency_symbol_position') }}

                              @endif
                              @if ($errors->has('base_currency_text'))

                              {{ $errors->first('base_currency_text') }}

                              @endif
                              @if ($errors->has('base_currency_text_position'))

                              {{ $errors->first('base_currency_text_position') }}

                              @endif
                              {{ __('1 USD =') }}
                              {{ $data->base_currency_text }}
                              @if ($errors->has('base_currency_rate'))

                              {{ $errors->first('base_currency_rate') }}

                              @endif

                              {{ __('Website Appearance') }}


                              @if ($errors->has('primary_color'))

                              {{ $errors->first('primary_color') }}

                              @endif
                              @endsection PKR\+ DD1views/admin/basic-settings/cookie-alert.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Cookie Alert') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\a7 7 )views/admin/basic-settings/logo.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Update Logo') }}
                              @csrf

                              @if (!empty($data->logo)) logo @else ... @endif
                              {{ __('Choose Image') }}
                              @if ($errors->has('logo'))

                              {{ $errors->first('logo') }}

                              @endif
                              @endsection PKR\>p55-views/admin/basic-settings/currency.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Update Currency') }}
                              @if ($errors->has('base_currency_symbol'))

                              {{ $errors->first('base_currency_symbol') }}

                              @endif
                              @if ($errors->has('base_currency_symbol_position'))

                              {{ $errors->first('base_currency_symbol_position') }}

                              @endif
                              @if ($errors->has('base_currency_text'))

                              {{ $errors->first('base_currency_text') }}

                              @endif
                              @if ($errors->has('base_currency_text_position'))

                              {{ $errors->first('base_currency_text_position') }}

                              @endif
                              {{ __('1 USD =') }}
                              {{ $data->base_currency_text }}
                              @if ($errors->has('base_currency_rate'))

                              {{ $errors->first('base_currency_rate') }}

                              @endif
                              @endsection PKR\<)HH,views/admin/basic-settings/plugins.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Disqus') }}
                              @if ($errors->has('disqus_status'))

                              {{ $errors->first('disqus_status') }}

                              @endif
                              @if ($errors->has('disqus_short_name'))

                              {{ $errors->first('disqus_short_name') }}

                              @endif
                              @csrf
                              {{ __('Tawk.To') }}

                              {{ __('If you enable Tawk.To, then you must disable WhatsApp') }}

                              @if ($errors->has('tawkto_status'))

                              {{ $errors->first('tawkto_status') }}

                              @endif
                              @if ($errors->has('tawkto_direct_chat_link'))

                              {{ $errors->first('tawkto_direct_chat_link') }}

                              @endif
                              @csrf
                              {{ __('Google Recaptcha') }}
                              @if ($errors->has('google_recaptcha_status'))

                              {{ $errors->first('google_recaptcha_status') }}

                              @endif
                              @if ($errors->has('google_recaptcha_site_key'))

                              {{ $errors->first('google_recaptcha_site_key') }}

                              @endif
                              @if ($errors->has('google_recaptcha_secret_key'))

                              {{ $errors->first('google_recaptcha_secret_key') }}

                              @endif
                              @csrf
                              {{ __('Login via Facebook') }}
                              @if ($errors->has('facebook_login_status'))

                              {{ $errors->first('facebook_login_status') }}

                              @endif
                              @if ($errors->has('facebook_app_id'))

                              {{ $errors->first('facebook_app_id') }}

                              @endif
                              @if ($errors->has('facebook_app_secret'))

                              {{ $errors->first('facebook_app_secret') }}

                              @endif
                              @csrf
                              {{ __('Login via Google') }}
                              @if ($errors->has('google_login_status'))

                              {{ $errors->first('google_login_status') }}

                              @endif
                              @if ($errors->has('google_client_id'))

                              {{ $errors->first('google_client_id') }}

                              @endif
                              @if ($errors->has('google_client_secret'))

                              {{ $errors->first('google_client_secret') }}

                              @endif
                              @csrf
                              {{ __('WhatsApp') }}

                              {{ __('If you enable WhatsApp, then you must disable Tawk.To') }}

                              @if ($errors->has('whatsapp_status'))

                              {{ $errors->first('whatsapp_status') }}

                              @endif
                              @if ($errors->has('whatsapp_number'))

                              {{ $errors->first('whatsapp_number') }}

                              @endif
                              @if ($errors->has('whatsapp_header_title'))

                              {{ $errors->first('whatsapp_header_title') }}

                              @endif
                              @if ($errors->has('whatsapp_popup_status'))

                              {{ $errors->first('whatsapp_popup_status') }}

                              @endif
                              @if ($errors->has('whatsapp_popup_message'))

                              {{ $errors->first('whatsapp_popup_message') }}

                              @endif
                              @endsection PKR\)66(views/admin/basic-settings/seo.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              @csrf
                              {{ __('Update SEO Informations') }}
                              @includeIf('admin.partials.languages')
                              @endsection PKR\vp%views/admin/message/message.blade.phpnu[ PKR\5)[[%views/admin/message/product.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Messages') }}
                              @includeIf('admin.partials.languages')
                              @if (count($messages) == 0)

                              {{ __('NO MESSAGE FOUND') . '!' }}

                              @else
                              @foreach ($messages as $message) @php $product_content = App\Models\Listing\ListingProductContent::where( 'listing_product_id', $message->product_id, ) ->where('language_id', $language->id) ->first(); $listing_content = App\Models\Listing\ListingContent::where([ ['listing_id', @$product_content->listing_id], ['language_id', $language->id], ])->first(); @endphp @endforeach
                              {{ __('Listing Title') }} {{ __('Product Title') }} {{ __('Name') }} {{ __('Email ID') }} {{ __('Actions') }}
                              @if (!empty($listing_content)) {{ strlen($listing_content->title) > 40 ? mb_substr($listing_content->title, 0, 40, 'utf-8') . '...' : $listing_content->title }} @endif @if (!empty($product_content)) {{ strlen($product_content->title) > 40 ? mb_substr($product_content->title, 0, 40, 'utf-8') . '...' : $product_content->title }} @endif {{ $message->name }} {{ $message->email }}
                              @csrf
                              @endif
                              @include('admin.message.message') @endsection PKR\'W''%views/admin/message/listing.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Messages') }}
                              @includeIf('admin.partials.languages')
                              @if (count($messages) == 0)

                              {{ __('NO MESSAGE FOUND') . '!' }}

                              @else
                              @foreach ($messages as $message) @php $listing_content = App\Models\Listing\ListingContent::where([ ['listing_id', $message->listing_id], ['language_id', $language->id], ])->first(); @endphp @endforeach
                              {{ __('Listing Title') }} {{ __('Name') }} {{ __('Email ID') }} {{ __('Phone') }} {{ __('Actions') }}
                              @if (!empty($listing_content)) {{ strlen($listing_content->title) > 40 ? mb_substr($listing_content->title, 0, 40, 'utf-8') . '...' : $listing_content->title }} @endif {{ $message->name }} {{ $message->email }} {{ $message->phone }}
                              @csrf
                              @endif
                              @include('admin.message.message') @endsection PKR\XMI ,views/admin/support_ticket/setting.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Setting') }}
                              @endsection PKR\'1'1'*views/admin/support_ticket/index.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Support Tickets') }}
                              @if (session()->has('course_status_warning'))

                              {{ session()->get('course_status_warning') }}

                              @endif @if (count($collection) == 0)

                              {{ __('NO SUPPORT TICKETS FOUND ') . '!' }}

                              @else
                              @foreach ($collection as $item) @endforeach
                              {{ __('Ticket ID') }} {{ __('User Type') }} {{ __('Username') }} {{ __('Email') }} {{ __('Subject') }} {{ __('Status') }} {{ __('Assigned Staff') }} {{ __('Action') }}
                              {{ $item->id }} @if ($item->user_type == 'vendor') {{ __('Vendor') }} @else {{ __('Customer') }} @endif @if ($item->user_type == 'vendor') @if ($item->vendor) {{ $item->vendor->username }} @else {{ '-' }} @endif @else {{ @$item->user->username }} @endif {{ $item->email != '' ? $item->email : '-' }} {{ $item->subject }} @if ($item->status == 1) {{ __('Pending') }} @elseif($item->status == 2) {{ __('Open') }} @elseif($item->status == 3) {{ __('Closed') }} @endif @if (!empty($item->admin_id)) {{ @$item->admin->username }} @else {{ '-' }} @endif
                              @endif
                              @foreach ($collection as $item) @endforeach @endsection PKR\ * *-views/admin/support_ticket/messages.blade.phpnu[@extends('admin.layout') @section('content')
                              @php $vendori = App\Models\Vendor::Where('id', $ticket->user_id)->first(); @endphp
                              {{ __('Ticket Details') . ' -' }} {{ $vendori->username }}

                              {{ $ticket->subject }}

                              @if ($ticket->status != 3)
                              @csrf
                              @endif
                              @if ($ticket->status == 1) {{ __('Pending') }} @elseif($ticket->status == 2) {{ __('Open') }} @else {{ __('Closed') }} @endif {{ date('dS F Y, h.i A', strtotime($ticket->created_at)) }}

                              {!! $ticket->description !!}

                              @if ($ticket->attachment) {{ __('Download Attachment') }} @endif
                              {{ __('Replies') }}
                              @if (count($ticket->messages) > 0) @foreach ($ticket->messages as $reply) @if ($reply->type == 2) @php $admin = App\Models\Admin::where('id', $reply->user_id)->first(); @endphp
                              ...
                              {{ $admin->username }}
                              {{ $admin->id == 1 ? 'Super Admin' : $admin->role->name }}

                              {!! $reply->reply !!}

                              @if ($reply->file) {{ __('Download') }} @endif
                              @else @if ($reply->type == 1) @php $user = App\Models\User::where('id', $ticket->user_id)->first(); @endphp
                              @if ($user->image) user-photo @else user-photo @endif
                              {{ $user->username }}
                              {{ __('Customer') }}

                              {!! $reply->reply !!}

                              @if ($reply->file) {{ __('Download') }} @endif
                              @elseif ($reply->type == 3) @php $vendor = App\Models\Vendor::where('id', $ticket->user_id)->first(); @endphp
                              @if ($vendor) @if ($vendor->photo) user-photo @else user-photo @endif @else user-photo @endif
                              {{ __('Vendor') }}

                              {!! $reply->reply !!}

                              @if ($reply->file) {{ __('Download') }} @endif
                              @endif @endif @endforeach @endif
                              @if ($ticket->status != 3)
                              {{ __('Reply to Ticket') }}
                              @csrf
                              @error('reply')

                              {{ $message }}

                              @enderror
                              @error('file')

                              {{ $message }}

                              @enderror

                              {{ __('Upload only ZIP Files, Max File Size is 20 MB') }}

                              @endif
                              @endsection @section('script') @endsection PKR\M M 0views/admin/home-page/location-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Location Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\CŚ1views/admin/home-page/hero-section/edit.blade.phpnu[ PKR\22views/admin/home-page/hero-section/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Hero Section Image') }}
                              @csrf

                              @if (!empty($info->hero_section_background_img)) image @else ... @endif
                              {{ __('Choose Image') }}
                              @error('hero_section_background_img')

                              {{ $message }}

                              @enderror
                              {{ __('Update Hero Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\}f ;views/admin/home-page/work-process-section/create.blade.phpnu[ PKR\{x x 9views/admin/home-page/work-process-section/edit.blade.phpnu[ PKR\:Н:views/admin/home-page/work-process-section/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Work Process Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @if ($settings->theme_version == 1)
                              @endif
                              {{ __('Wrok Processes') }}
                              @includeIf('admin.partials.languages')
                              {{ __('Add') }}
                              @if (count($processes) == 0)

                              {{ __('NO WORK PROCESS FOUND') . '!' }}

                              @else
                              @foreach ($processes as $process) @endforeach
                              {{ __('Icon') }} {{ __('Title') }} {{ __('Serial Number') }} {{ __('Actions') }}
                              {{ strlen($process->title) > 30 ? mb_substr($process->title, 0, 30, 'UTF-8') . '...' : $process->title }} {{ $process->serial_number }}
                              @csrf
                              @endif
                              {{-- create modal --}} @include('admin.home-page.work-process-section.create') {{-- edit modal --}} @include('admin.home-page.work-process-section.edit') @endsection PKR\A;6views/admin/home-page/call-to-action-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Call To Action Section Image') }}
                              @csrf

                              @if (!empty($info->call_to_action_section_image)) image @else ... @endif
                              {{ __('Choose Image') }}
                              @error('call_to_action_section_image')

                              {{ $message }}

                              @enderror
                              @if ($settings->theme_version == 1)

                              @if (!empty($info->call_to_action_section_highlight_image)) image @else ... @endif
                              {{ __('Choose Image') }}
                              @error('call_to_action_section_highlight_image')

                              {{ $message }}

                              @enderror
                              @endif
                              {{ __('Update Call To Action Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\J֢ /views/admin/home-page/listing-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Listing Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @if ($errors->has('title'))

                              {{ $errors->first('title') }}

                              @endif
                              @if ($settings->theme_version == 2)
                              @endif
                              @if ($errors->has('button_text'))

                              {{ $errors->first('button_text') }}

                              @endif
                              @endsection PKR\K@1d d -views/admin/home-page/banner/create.blade.phpnu[ PKR\)+views/admin/home-page/banner/edit.blade.phpnu[ PKR\bx ,views/admin/home-page/banner/index.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Banner') }}
                              @includeIf('admin.partials.languages')
                              @if (count($banners) == 0)

                              {{ __('NO BANNER FOUND') . '!' }}

                              @else
                              @foreach ($banners as $banner)
                              image
                              @endforeach
                              @endif
                              {{-- create modal --}} @include('admin.home-page.banner.create') {{-- edit modal --}} @include('admin.home-page.banner.edit') @endsection PKR\ p 0views/admin/home-page/category-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Category Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @if ($errors->has('title'))

                              {{ $errors->first('title') }}

                              @endif
                              @if ($settings->theme_version == 3)
                              @endif
                              @if ($errors->has('button_text'))

                              {{ $errors->first('button_text') }}

                              @endif
                              @endsection PKR\995views/admin/home-page/section-customization.blade.phpnu[@extends('admin.layout') @section('content')
                              @csrf
                              {{ __('Customize Sections') }}
                              @error('category_section_status')

                              {{ $message }}

                              @enderror
                              @error('featured_listing_section_status')

                              {{ $message }}

                              @enderror
                              @if ($themeVersion == 2)
                              @error('latest_listing_section_status')

                              {{ $message }}

                              @enderror
                              @endif
                              @error('package_section_status')

                              {{ $message }}

                              @enderror
                              @if ($themeVersion == 1 || $themeVersion == 3)
                              @error('counter_section_status')

                              {{ $message }}

                              @enderror
                              @endif @if ($themeVersion == 3 || $themeVersion == 2)
                              @error('location_section_status')

                              {{ $message }}

                              @enderror @endif @if ($themeVersion == 1 || $themeVersion == 4)
                              @error('work_process_section_status')

                              {{ $message }}

                              @enderror
                              @endif @if ($themeVersion == 2 || $themeVersion == 4)
                              @error('video_section')

                              {{ $message }}

                              @enderror
                              @endif @if ($themeVersion == 2 || $themeVersion == 3)
                              @error('testimonial_section_status')

                              {{ $message }}

                              @enderror
                              @endif @if ($themeVersion == 1 || $themeVersion == 4)
                              @error('call_to_action_section_status')

                              {{ $message }}

                              @enderror
                              @endif
                              @error('blog_section_status')

                              {{ $message }}

                              @enderror
                              @endsection PKR\j /views/admin/home-page/product-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Product Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\ 6views/admin/home-page/counter-section/create.blade.phpnu[ PKR\>  4views/admin/home-page/counter-section/edit.blade.phpnu[ PKR\_""5views/admin/home-page/counter-section/index.blade.phpnu[@extends('admin.layout') @section('content')
                              {{ __('Update Counter Section Image') }}
                              @csrf

                              @if (!empty($info->counter_section_image)) image @else ... @endif
                              {{ __('Choose Image') }}
                              @error('counter_section_image')

                              {{ $message }}

                              @enderror
                              {{ __('Update Counter Section Info') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @error('title')

                              {{ $message }}

                              @enderror
                              {{ __('Counter Informations') }}
                              @includeIf('admin.partials.languages')
                              {{ __('Add') }}
                              @if (count($counters) == 0)

                              {{ __('NO INFORMATION FOUND') . '!' }}

                              @else
                              @foreach ($counters as $counter) @endforeach
                              {{ __('Icon') }} {{ __('Amount') }} {{ __('Title') }} {{ __('Actions') }}
                              {{ $counter->amount }} {{ strlen($counter->title) > 20 ? mb_substr($counter->title, 0, 20, 'UTF-8') . '...' : $counter->title }}
                              @csrf
                              @endif
                              {{-- create modal --}} @include('admin.home-page.counter-section.create') {{-- edit modal --}} @include('admin.home-page.counter-section.edit') @endsection PKR\Ù :views/admin/home-page/testimonial-section/create.blade.phpnu[ PKR\Ps 8views/admin/home-page/testimonial-section/edit.blade.phpnu[ PKR\q.C,C,9views/admin/home-page/testimonial-section/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Testimonial Section Backgroud Image') }}
                              @csrf

                              @if (@$themeInfo->testimonial_section_image != null) ... @else ... @endif
                              {{ __('Choose Image') }}

                              {{ __('Update Testimonial Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @if ($settings->theme_version == 2)
                              @endif @if ($settings->theme_version == 3)
                              @endif
                              {{ __('Testimonials') }}
                              @includeIf('admin.partials.languages')
                              {{ __('Add') }}
                              @if (count($testimonials) == 0)

                              {{ __('NO TESTIMONIAL FOUND') . '!' }}

                              @else
                              @if ($themeInfo->theme_version == 2) @endif @foreach ($testimonials as $testimonial) @if ($themeInfo->theme_version == 2) @endif @endforeach
                              {{ __('Image') }}{{ __('Name') }} {{ __('Occupation') }} {{ __('Comment') }} {{ __('Actions') }}
                              @if (is_null($testimonial->image)) - @else client image @endif {{ $testimonial->name }} {{ $testimonial->occupation }} {{ strlen($testimonial->comment) > 50 ? mb_substr($testimonial->comment, 0, 50, 'UTF-8') . '...' : $testimonial->comment }}
                              @csrf
                              @endif
                              {{-- create modal --}} @include('admin.home-page.testimonial-section.create') {{-- edit modal --}} @include('admin.home-page.testimonial-section.edit') @endsection PKR\Rx-views/admin/home-page/video-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Video Section Image') }}
                              @csrf

                              @if (!empty($info->video_section_image)) image @else ... @endif
                              {{ __('Choose Image') }}
                              @error('video_section_image')

                              {{ $message }}

                              @enderror
                              {{ __('Update Video Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\sՂʶ 6views/admin/home-page/latest-listing-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Latest Listing Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\=@ ,views/admin/home-page/blog-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Blog Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @if ($errors->has('title'))

                              {{ $errors->first('title') }}

                              @endif
                              @if ($errors->has('button_text'))

                              {{ $errors->first('button_text') }}

                              @endif
                              @endsection PKR\6,V V /views/admin/home-page/package-section.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                              {{ __('Update Package Section') }}
                              @includeIf('admin.partials.languages')
                              @csrf
                              @endsection PKR\FF,views/admin/listing/business-hours.blade.phpnu[@extends('admin.layout') @section('content') @php $vendor_id = App\Models\Listing\Listing::where('id', $id)->pluck('vendor_id')->first(); if ($vendor_id != 0) { $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); } @endphp
                              {{ __('Business Hours') }}
                              {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif @if ($vendor_id != 0) @endif
                              @csrf @foreach ($days as $day) @endforeach
                              {{ __('Day') }} {{ __('Start Time') }} {{ __('End Time') }} {{ __('Holiday') }}
                              {{ $day->day }} @if ($day->holiday == 0) -- @else

                              @endif
                              @if ($day->holiday == 0) -- @else

                              @endif
                              @includeIf('admin.listing.check-limit') @endsection @section('script') @endsection PKR\jA d d$views/admin/listing/create.blade.phpnu[@extends('admin.layout') @section('content') @php $vendorId = $vendor_id; if ($vendorId == 0) { $permissions = [ 'Listing Enquiry Form', 'Video', 'Amenities', 'Feature', 'Social Links', 'FAQ', 'Business Hours', 'Products', 'Product Enquiry Form', 'Messenger', 'WhatsApp', 'Telegram', 'Tawk.To', ]; $additionalFeatureLimit = 99999999; $SocialLinkLimit = 99999999; $numberoffImages = 99999999; $can_listing_add = 1; } else { if ($vendorId) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } else { $permissions = null; } if ($current_package != '[]') { $numberoffImages = $current_package->number_of_images_per_listing; } else { $numberoffImages = 0; } } else { $permissions = null; $numberoffImages = 0; } } @endphp
                              @if ($vendorId != 0) @if ($current_package != '[]') @if (vendorTotalAddedListing($vendorId) >= $current_package->number_of_listing)
                              {{ __('You cannot add more listings for this vendor. Vendor will need to upgrade his plan') }}
                              @php $can_listing_add = 2; @endphp @else @php $can_listing_add = 1; @endphp @endif @else @php $pendingMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', $vendor_id], ['status', 0]]) ->whereYear('start_date', '<>', '9999') ->orderBy('id', 'DESC') ->first(); $pendingPackage = isset($pendingMemb) ? \App\Models\Package::query()->findOrFail($pendingMemb->package_id) : null; @endphp @if ($pendingPackage)
                              {{ __('You have requested a package which needs an action (Approval / Rejection) by Admin. You will be notified via mail once an action is taken.') }}
                              {{ __('Pending Package') . ':' }} {{ $pendingPackage->title }} {{ $pendingPackage->term }} {{ __('Decision Pending') }}
                              @else @php $newMemb = \App\Models\Membership::query() ->where([['vendor_id', '=', $vendor_id], ['status', 0]]) ->first(); @endphp @if ($newMemb)
                              {{ __('Your membership is expired. Please purchase a new package / extend the current package.') }}
                              @endif
                              {{ __('Please purchase a new package to add Listing.') }}
                              @endif @php $can_listing_add = 0; @endphp @endif @endif
                              {{ __('Add Listing') }}
                              @if ($vendor_id != 0) @endif {{ __('Back') }}
                                @csrf

                                @csrf

                                ...
                                {{ __('Choose Image') }}

                                {{ __('Image Size 600x400') }}

                                @if (is_array($permissions) && in_array('Video', $permissions))

                                @php $display = 'none'; @endphp
                                ...
                                {{ __('Choose Image') }}
                                @endif
                                @if (is_array($permissions) && in_array('Video', $permissions))
                                @endif
                                @php $approve = App\Models\BasicSettings\Basic::select('admin_approve_status')->first(); $status = $approve->admin_approve_status; @endphp

                                {{ __('The Latitude must be between -90 and 90. Ex:49.43453') }}

                                {{ __('The Longitude must be between -180 and 180. Ex:149.91553') }}

                                @foreach ($languages as $language)
                                @php $categories = App\Models\ListingCategory::where('language_id', $language->id) ->where('status', 1) ->get(); @endphp
                                @php $Countries = App\Models\Location\Country::where('language_id', $language->id)->get(); $totalCountry = $Countries->count(); @endphp @if ($totalCountry > 0)
                                @endif @php $States = App\Models\Location\State::where('language_id', $language->id)->get(); $totalState = $States->count(); @endphp @if ($totalState > 0)
                                @endif @php $cities = App\Models\Location\City::where('language_id', $language->id)->get(); $totalCity = $cities->count(); @endphp
                                @if (is_array($permissions) && in_array('Amenities', $permissions))
                                @php $aminities = App\Models\Aminite::where('language_id', $language->id)->get(); @endphp
                                @endif
                                @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
                                @endforeach
                                @endforeach
                                @includeIf('admin.listing.check-limit') @endsection @section('script') @endsection PKR\%6TT&views/admin/listing/settings.blade.phpnu[@extends('admin.layout') @section('content')
                                @csrf
                                {{ __('Update Settings') }}
                                @error('listing_view')

                                {{ $message }}

                                @enderror
                                @error('admin_approve_status')

                                {{ $message }}

                                @enderror
                                @endsection PKR\ 11,views/admin/listing/product/create.blade.phpnu[@extends('admin.layout') @section('content') @php $vendor_id = App\Models\Listing\Listing::where('id', $listing_id)->pluck('vendor_id')->first(); if ($vendor_id != 0) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendor_id); $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); if ($current_package != '[]') { $numberoffImages = $current_package->number_of_images_per_products; } else { $numberoffImages = 0; } if ($current_package != '[]') { if (TotalProductPerListing($listing_id) >= $current_package->number_of_products) { $can_product_add = 2; } else { $can_product_add = 1; } } else { $can_product_add = 0; } } else { $numberoffImages = 99999999; $can_product_add = 1; } @endphp
                                {{ __('Add Product') }}
                                {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif @if ($vendor_id != 0) @endif
                                  @csrf

                                  @if ($vendor_id != 0) @if ($current_package != '[]')

                                  {{ __('You can upload maximum ' . $current_package->number_of_images_per_products . ' images under one product') }}

                                  @endif @else

                                  {{ __('You can upload unlimited images under one product') }}

                                  @endif
                                  @csrf

                                  ...
                                  {{ __('Choose Image') }}
                                  @php $currencyText = $currencyInfo->base_currency_text; @endphp
                                  @foreach ($languages as $language)
                                  @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
                                  @endforeach
                                  @endforeach
                                  @includeIf('admin.listing.check-limit') @endsection @section('script') @endsection PKR\2`3`3*views/admin/listing/product/edit.blade.phpnu[@extends('admin.layout') @section('content') @php $vendor_id = App\Models\Listing\Listing::where('id', $product->listing_id) ->pluck('vendor_id') ->first(); if ($vendor_id != 0) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendor_id); $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); if ($current_package != '[]') { $numberoffImages = $current_package->number_of_images_per_products; } else { $numberoffImages = 0; } } else { $numberoffImages = 99999999; } @endphp
                                  {{ __('Edit Product') }}
                                  {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $product->listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif @if ($vendor_id != 0) @endif
                                    @foreach ($product->galleries as $item) @endforeach
                                    Ad Image
                                    @csrf

                                    @if ($vendor_id != 0)

                                    {{ __('You can upload maximum ' . $current_package->number_of_images_per_products . ' images under one product') }} @else

                                    {{ __('You can upload unlimited images under one product') }}

                                    @endif
                                    @csrf

                                    ...
                                    {{ __('Choose Image') }}
                                    @php $currencyText = $currencyInfo->base_currency_text; @endphp
                                    @foreach ($languages as $language) @php $listingContent = App\Models\Listing\ListingProductContent::where( 'listing_product_id', $product->id, ) ->where('language_id', $language->id) ->first(); @endphp
                                    @endforeach
                                    @includeIf('admin.listing.check-limit') @endsection @section('script') @endsection @section('variables') @endsection PKR\0cW]%]%+views/admin/listing/product/index.blade.phpnu[@extends('admin.layout') @includeIf('admin.partials.rtl_style') @section('content') @php $vendor_id = App\Models\Listing\Listing::where('id', $listing_id)->pluck('vendor_id')->first(); if ($vendor_id != 0) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendor_id); $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); } @endphp
                                    {{ __('Products') }}
                                    @includeIf('admin.partials.languages')
                                    @if ($title) {{ __('Preview') }} @endif {{ __('Back') }} @if ($vendor_id != 0) @endif {{ __('Add Product') }}
                                    @if (count($listing_products) == 0)

                                    {{ __('NO PRODUCT FOUND') . '!' }}

                                    @else
                                    @foreach ($listing_products as $product) @endforeach
                                    {{ __('Title') }} {{ __('Status') }} {{ __('Actions') }}
                                    @php $listing_product_content = App\Models\Listing\ListingProductContent::where( 'listing_product_id', $product->id, ) ->where('language_id', $language->id) ->first(); @endphp @if (!empty($listing_product_content)) {{ strlen(@$listing_product_content->title) > 50 ? mb_substr(@$listing_product_content->title, 0, 50, 'utf-8') . '...' : @$listing_product_content->title }} @else -- @endif
                                    @csrf
                                    @endif
                                    @includeIf('admin.listing.check-limit') @endsection PKR\:7m)views/admin/listing/social-link.blade.phpnu[@extends('admin.layout') @section('content') @php $vendorId = App\Models\Listing\Listing::where('id', $listing_id)->pluck('vendor_id')->first(); if ($vendorId != 0) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); $SocialLinkLimit = packageTotalSocialLink($vendorId); } else { $permissions = null; $SocialLinkLimit = 0; } } else { $permissions = ['Social Links']; $SocialLinkLimit = 999999; } @endphp
                                    {{ __(' Manage Social Link') }}
                                    {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
                                      @csrf @if (is_array($permissions) && in_array('Social Links', $permissions))

                                      {{ __('Social Links') }}


                                      @foreach ($socialLinks as $keys => $link)
                                      @endforeach
                                      @endif
                                      @endsection @section('script') @endsection @section('variables') @endsection PKR\Ch]mtmt"views/admin/listing/edit.blade.phpnu[@extends('admin.layout') @section('content') @php $vendor_id = $listing->vendor_id; if ($listing->vendor_id == 0) { $permissions = [ 'Listing Enquiry Form', 'Video', 'Amenities', 'Feature', 'Social Links', 'FAQ', 'Business Hours', 'Products', 'Product Enquiry Form', 'Messenger', 'WhatsApp', 'Telegram', 'Tawk.To', ]; $numberoffImages = 99999999; } else { $vendorId = $listing->vendor_id; if ($vendorId) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } else { $permissions = null; } if ($current_package != '[]') { $numberoffImages = $current_package->number_of_images_per_listing; } else { $numberoffImages = 0; } } else { $permissions = null; $numberoffImages = 0; } } @endphp
                                      {{ __('Edit Listing') }}
                                      {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing->id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif @if ($vendor_id != 0) @endif
                                        @foreach ($listing->galleries as $item) @endforeach
                                        Ad Image
                                        @csrf

                                        @csrf

                                        ...
                                        {{ __('Choose Image') }}

                                        {{ __('Image Size 600x400') }}

                                        @if (is_array($permissions) && in_array('Video', $permissions))

                                        @if ($listing->video_background_image) @endif @php $display = 'none'; @endphp ...
                                        {{ __('Choose Image') }}
                                        @endif
                                        @if (is_array($permissions) && in_array('Video', $permissions))
                                        @endif

                                        {{ __('The Latitude must be between -90 and 90. Ex:49.43453') }}

                                        {{ __('The Longitude must be between -180 and 180. Ex:149.91553') }}

                                        @foreach ($languages as $language) @php $listingContent = App\Models\Listing\ListingContent::where('listing_id', $listing->id) ->where('language_id', $language->id) ->first(); @endphp
                                        @php $categories = App\Models\ListingCategory::where('language_id', $language->id) ->where('status', 1) ->get(); @endphp
                                        @php $Countries = App\Models\Location\Country::where('language_id', $language->id)->get(); $totalCountry = $Countries->count(); @endphp @if ($totalCountry > 0)
                                        @endif @php $States = App\Models\Location\State::where('language_id', $language->id)->get(); $totalState = $States->count(); $Stateshave = App\Models\Location\State::where([ ['language_id', $language->id], ['country_id', $listingContent ? $listingContent->country_id : 0], ])->get(); $totalStateshave = $Stateshave->count(); @endphp @if ($totalState > 0)
                                        @endif @php $cities = App\Models\Location\City::where('language_id', $language->id)->get(); $totalCity = $cities->count(); @endphp
                                        @if (is_array($permissions) && in_array('Amenities', $permissions))
                                        @php $aminities = App\Models\Aminite::where('language_id', $language->id)->get(); $hasaminitie = $listingContent ? json_decode($listingContent->aminities) : []; @endphp
                                        @endif
                                        @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
                                        @endforeach
                                        @endforeach
                                        @includeIf('admin.listing.check-limit') @endsection @section('script') @endsection PKR\ ((%views/admin/listing/feature.blade.phpnu[@extends('admin.layout') @section('content') @php $vendorId = App\Models\Listing\Listing::where('id', $listing_id)->pluck('vendor_id')->first(); if ($vendorId != 0) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); $additionalFeatureLimit = packageTotalAdditionalSpecification($vendorId) - $totalFeature; } else { $permissions = null; $additionalFeatureLimit = 0; } } else { $permissions = ['Feature']; $additionalFeatureLimit = 999999; } @endphp
                                        {{ __('Features') }}
                                        {{ __('Back') }} @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $listing_id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
                                          @csrf @if (is_array($permissions) && in_array('Feature', $permissions))

                                          {{ __('Features') }}

                                          @foreach ($features as $feature)
                                          @foreach ($languages as $language) @php $feature_content = App\Models\Listing\ListingFeatureContent::where([ ['language_id', $language->id], ['listing_feature_id', $feature->id], ])->first(); @endphp
                                          @endforeach X
                                          @php $feature_content = App\Models\Listing\ListingFeatureContent::where( 'listing_feature_id', $feature->id, )->get(); $op = json_decode($feature_content[0]['feature_value']); @endphp @if ($op) @foreach ($op as $opIn => $w)
                                          @php $opArr = []; for ($i = 0; $i < count($languages); $i++) { $opArr[$i] = json_decode($feature_content[$i]['feature_value'] ?? ''); } @endphp @for ($i = 0; $i < count($languages); $i++)
                                          @endfor
                                          @endforeach @endif
                                          @endforeach
                                          @endif
                                          @endsection @section('script') @endsection @section('variables') @endsection PKR\B`I I (views/admin/listing/faq/create.blade.phpnu[ PKR\|)g &views/admin/listing/faq/edit.blade.phpnu[ PKR\#))'views/admin/listing/faq/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content') @php $vendor_id = App\Models\Listing\Listing::where('id', $listing_id)->pluck('vendor_id')->first(); if ($vendor_id != 0) { $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); } @endphp
                                          {{ __('FAQs') }}
                                          @includeIf('admin.partials.languages')
                                          @if ($vendor_id != 0)
                                          @endif @if ($slug) @endif
                                          @if (count($faqs) == 0)

                                          {{ __('NO FAQ FOUND') . '!' }}

                                          @else
                                          @foreach ($faqs as $faq) @endforeach
                                          {{ __('Question') }} {{ __('Serial Number') }} {{ __('Actions') }}
                                          {{ strlen($faq->question) > 50 ? mb_substr($faq->question, 0, 50, 'UTF-8') . '...' : $faq->question }} {{ $faq->serial_number }}
                                          @csrf
                                          @endif
                                          {{-- create modal --}} @include('admin.listing.faq.create') {{-- edit modal --}} @include('admin.listing.faq.edit') {{-- Check Limit modal --}} @includeIf('admin.listing.check-limit') @endsection PKR\ɻndnd#views/admin/listing/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl_style') @section('content')
                                          {{ __('Listings') }}
                                          @includeIf('admin.partials.languages')
                                          {{ __('Add Listing') }}
                                          @if (count($listings) == 0)

                                          {{ __('NO LISTING FOUND') . '!' }}

                                          @else
                                          @if (count($charges) > 0) @endif @foreach ($listings as $listing) @php $listing_content = $listing->listing_content->first(); if (is_null($listing_content)) { $listing_content = App\Models\Listing\ListingContent::where('listing_id', $listing->id) ->where('language_id', $language->id) ->first(); } if (empty($listing->vendor_id) || $listing->vendor_id == 0) { $vendorId = 0; $current_package = []; $permissions = [ 'Listing Enquiry Form', 'Video', 'Amenities', 'Feature', 'Social Links', 'FAQ', 'Business Hours', 'Products', 'Product Enquiry Form', 'Messenger', 'WhatsApp', 'Telegram', 'Tawk.To', ]; } else { $vendorId = $listing->vendor_id; $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package->features)) { $permissions = $current_package->features; } if (!empty($current_package->features)) { $permissions = json_decode($permissions, true); } } @endphp @if (count($charges) > 0) @endif @include('admin.listing.feature-payment') @endforeach @if (count($listings) < 3) @endif
                                          {{ __('Featured Image') }} {{ __('Title') }} {{ __('Vendor') }}{{ __('Featured Status') }}{{ __('Category') }} {{ __('Approve Status') }} {{ __('Hide/Show') }} {{ __('Actions') }}
                                          @if (!empty($listing_content))
                                          ...
                                          @else
                                          ...
                                          @endif
                                          @if (!empty($listing_content)) {{ strlen(@$listing_content->title) > 50 ? mb_substr(@$listing_content->title, 0, 50, 'utf-8') . '...' : @$listing_content->title }} @else -- @endif @if ($listing->vendor_id != 0) {{ @$listing->vendor->username }} @else {{ __('Admin') }} @endif @php $order_status = App\Models\FeatureOrder::where('listing_id', $listing->id)->first(); $today_date = now()->format('Y-m-d'); @endphp @if (is_null($order_status)) @endif @if ($order_status) @if ($order_status->order_status == 'pending')

                                          {{ ucfirst('pending') }}

                                          @endif @if ($order_status->order_status == 'completed') @if ($order_status->end_date < $today_date) @else @if ($listing->vendor_id != 0)

                                          {{ ucfirst('Active') }}

                                          @else
                                          @csrf
                                          @endif @endif @endif @if ($order_status->order_status == 'rejected') @endif @endif
                                          @if (!empty($listing_content)) @php $categoryName = App\Models\ListingCategory::where( 'id', $listing_content->category_id, )->first(); @endphp {{ @$categoryName->name }} @else -- @endif
                                          @csrf
                                          @csrf
                                          @if ($current_package == '[]')
                                          @csrf
                                          @else @endif
                                          @endif
                                          @endsection PKR\822-views/admin/listing/feature-payment.blade.phpnu[ PKR\*335views/admin/listing/location/country/create.blade.phpnu[ PKR\ҽ3views/admin/listing/location/country/edit.blade.phpnu[ PKR\xzz4views/admin/listing/location/country/index.blade.phpnu[@extends('admin.layout') @section('content')
                                          {{ __('Countries') }}
                                          @includeIf('admin.partials.languages')
                                          {{ __('Add') }}
                                          @if (count($countries) == 0)

                                          {{ __('NO COUNTRY FOUND') . '!' }}

                                          @else
                                          @foreach ($countries as $country) @endforeach
                                          {{ __('Name') }} {{ __('Actions') }}
                                          {{ strlen($country->name) > 20 ? mb_substr($country->name, 0, 20, 'UTF-8') . '...' : $country->name }}
                                          @csrf
                                          @endif
                                          {{-- create modal --}} @include('admin.listing.location.country.create') {{-- edit modal --}} @include('admin.listing.location.country.edit') @endsection PKR\O3views/admin/listing/location/state/create.blade.phpnu[ PKR\d̼1views/admin/listing/location/state/edit.blade.phpnu[ PKR\TKK((2views/admin/listing/location/state/index.blade.phpnu[@extends('admin.layout') @section('content')
                                          {{ __('States') }}
                                          @includeIf('admin.partials.languages')
                                          {{ __('Add') }}
                                          @if (count($states) == 0)

                                          {{ __('NO STATE FOUND') . '!' }}

                                          @else
                                          @foreach ($states as $state) @endforeach
                                          {{ __('Name') }} {{ __('Country Name') }} {{ __('Actions') }}
                                          {{ strlen($state->name) > 20 ? mb_substr($state->name, 0, 20, 'UTF-8') . '...' : $state->name }} @if ($state->country_id) {{ $state->country->name }} @else -- @endif
                                          @csrf
                                          @endif
                                          {{-- create modal --}} @include('admin.listing.location.state.create') {{-- edit modal --}} @include('admin.listing.location.state.edit') @endsection @section('script') @endsection PKR\rUnٮ 2views/admin/listing/location/city/create.blade.phpnu[ PKR\ 9 9 0views/admin/listing/location/city/edit.blade.phpnu[ PKR\B1views/admin/listing/location/city/index.blade.phpnu[@extends('admin.layout') @section('content')
                                          {{ __('Cities') }}
                                          @includeIf('admin.partials.languages')
                                          {{ __('Add') }}
                                          @if (count($cities) == 0)

                                          {{ __('NO CITY FOUND') . '!' }}

                                          @else
                                          @foreach ($cities as $city) @endforeach
                                          {{ __('Name') }} {{ __('State') }} {{ __('Country') }} {{ __('Actions') }}
                                          {{ strlen($city->name) > 20 ? mb_substr($city->name, 0, 20, 'UTF-8') . '...' : $city->name }} @if ($city->state_id) {{ $city->state->name }} @else -- @endif @if ($city->country_id) {{ $city->country->name }} @else -- @endif @php $x = App\Models\Location\State::Where([ ['language_id', $city->language_id], ['country_id', $city->country_id], ])->count(); $okValue = $x != 0 ? 'OK' : null; @endphp
                                          @csrf
                                          @endif
                                          {{-- create modal --}} @include('admin.listing.location.city.create') {{-- edit modal --}} @include('admin.listing.location.city.edit') @endsection @section('script') @endsection PKR\.$$)views/admin/listing/check-limit.blade.phpnu[@php $vendorId = $vendor_id; $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendorId); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } else { $permissions = null; } $vendor_id = $vendor_id; if ($vendor_id != 0) { $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); } @endphp @if ($current_package != '[]') @endif PKR\ 3 3 +views/admin/listing/select-vendor.blade.phpnu[@extends('admin.layout') @section('content')
                                          {{ __('Select Vendor') }}
                                            @csrf

                                            {{ __('if you do not select any vendor, then this Listing will be listed for Admin') }}

                                            @endsection @section('script') @endsection PKR\$EOIOI%views/admin/listing/plugins.blade.phpnu[@extends('admin.layout') @php $vendor_id = App\Models\Listing\Listing::where('id', $id)->pluck('vendor_id')->first(); if ($vendor_id != 0) { $current_package = App\Http\Helpers\VendorPermissionHelper::packagePermission($vendor_id); $dowgraded = App\Http\Helpers\VendorPermissionHelper::packagesDowngraded($vendor_id); $listingCanAdd = packageTotalListing($vendor_id) - vendorTotalListing($vendor_id); if (!empty($current_package) && !empty($current_package->features)) { $permissions = json_decode($current_package->features, true); } } else { $permissions = [ 'Listing Enquiry Form', 'Video', 'Amenities', 'Feature', 'Social Links', 'FAQ', 'Business Hours', 'Products', 'Product Enquiry Form', 'Messenger', 'WhatsApp', 'Telegram', 'Tawk.To', ]; } $requiredPermissions = ['Messenger', 'WhatsApp', 'Telegram', 'Tawk.To']; $intersection = array_intersect($permissions, $requiredPermissions); $count = count($intersection); @endphp @section('content')
                                            @if ($count == 1) {{ __('Plugin') }} @else {{ __('Plugins') }} @endif
                                            {{ __('Back') }} @if ($vendor_id != 0) @endif @php $dContent = App\Models\Listing\ListingContent::where('listing_id', $id) ->where('language_id', $defaultLang->id) ->first(); $slug = !empty($dContent) ? $dContent->slug : ''; @endphp @if ($dContent) {{ __('Preview') }} @endif
                                            @if (is_array($permissions) && in_array('Tawk.To', $permissions))
                                            @csrf
                                            {{ __('Tawk.To') }}
                                            @if ($errors->has('tawkto_status'))

                                            {{ $errors->first('tawkto_status') }}

                                            @endif
                                            @if ($errors->has('tawkto_direct_chat_link'))

                                            {{ $errors->first('tawkto_direct_chat_link') }}

                                            @endif
                                            @endif @if (is_array($permissions) && in_array('Telegram', $permissions))
                                            @csrf
                                            {{ __('Telegram') }}
                                            @if ($errors->has('telegram_status'))

                                            {{ $errors->first('telegram_status') }}

                                            @endif
                                            @if ($errors->has('telegram_username'))

                                            {{ $errors->first('telegram_username') }}

                                            @endif
                                            @endif @if (is_array($permissions) && in_array('Messenger', $permissions))
                                            @csrf
                                            {{ __('Messenger') }}
                                            @if ($errors->has('messenger_status'))

                                            {{ $errors->first('messenger_status') }}

                                            @endif
                                            @if ($errors->has('messenger_direct_chat_link'))

                                            {{ $errors->first('messenger_direct_chat_link') }}

                                            @endif
                                            @endif @if (is_array($permissions) && in_array('WhatsApp', $permissions))
                                            @csrf
                                            {{ __('WhatsApp') }}

                                            @if ($errors->has('whatsapp_status'))

                                            {{ $errors->first('whatsapp_status') }}

                                            @endif
                                            @if ($errors->has('whatsapp_number'))

                                            {{ $errors->first('whatsapp_number') }}

                                            @endif
                                            @if ($errors->has('whatsapp_header_title'))

                                            {{ $errors->first('whatsapp_header_title') }}

                                            @endif
                                            @if ($errors->has('whatsapp_popup_status'))

                                            {{ $errors->first('whatsapp_popup_status') }}

                                            @endif
                                            @if ($errors->has('whatsapp_popup_message'))

                                            {{ $errors->first('whatsapp_popup_message') }}

                                            @endif
                                            @endif
                                            @includeIf('admin.listing.check-limit') @endsection PKR\A\\-views/admin/listing/category/create.blade.phpnu[ PKR\Jp_t t +views/admin/listing/category/edit.blade.phpnu[ PKR\Yʌ,views/admin/listing/category/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                            {{ __('Categories') }}
                                            @includeIf('admin.partials.languages')
                                            {{ __('Add') }}
                                            @if (count($categories) == 0)

                                            {{ __('NO CATEGORY FOUND') . '!' }}

                                            @else
                                            @foreach ($categories as $category) @endforeach
                                            {{ __('Name') }} {{ __('Icon') }} {{ __('Status') }} {{ __('Serial Number') }} {{ __('Actions') }}
                                            {{ strlen($category->name) > 50 ? mb_substr($category->name, 0, 50, 'UTF-8') . '...' : $category->name }} @if ($category->status == 1)

                                            {{ __('Active') }}

                                            @else

                                            {{ __('Deactive') }}

                                            @endif
                                            {{ $category->serial_number }}
                                            @csrf
                                            @endif
                                            {{-- create modal --}} @include('admin.listing.category.create') {{-- edit modal --}} @include('admin.listing.category.edit') @endsection PKR\o 1views/admin/shop/shipping-charge/create.blade.phpnu[ PKR\&ݵ /views/admin/shop/shipping-charge/edit.blade.phpnu[ PKR\AY0views/admin/shop/shipping-charge/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                            {{ __('Shipping Charges') }}
                                            @includeIf('admin.partials.languages')
                                            @if (count($charges) == 0)

                                            {{ __('NO SHIPPING CHARGE FOUND') . '!' }}

                                            @else
                                            @foreach ($charges as $charge) @endforeach
                                            # {{ __('Title') }} {{ __('Short Text') }} {{ __('Charge') }} {{ __('Actions') }}
                                            {{ $loop->iteration }} {{ strlen($charge->title) > 30 ? mb_substr($charge->title, 0, 30, 'UTF-8') . '...' : $charge->title }} {{ strlen($charge->short_text) > 50 ? mb_substr($charge->short_text, 0, 50, 'UTF-8') . '...' : $charge->short_text }} {{ $currencyInfo->base_currency_symbol_position == 'left' ? $currencyInfo->base_currency_symbol : '' }}{{ $charge->shipping_charge }}{{ $currencyInfo->base_currency_symbol_position == 'right' ? $currencyInfo->base_currency_symbol : '' }}
                                            @csrf
                                            @endif
                                            {{-- create modal --}} @include('admin.shop.shipping-charge.create') {{-- edit modal --}} @include('admin.shop.shipping-charge.edit') @endsection PKR\Xd1 1 #views/admin/shop/settings.blade.phpnu[@extends('admin.layout') @section('content')
                                            @csrf
                                            {{ __('Update Settings') }}
                                            @error('shop_status')

                                            {{ $message }}

                                            @enderror
                                            @endsection PKR\'4/views/admin/shop/product/product-type.blade.phpnu[@extends('admin.layout') @section('content')
                                            {{ __('Select Product Type') }}
                                            @endsection PKR\R+33)views/admin/shop/product/create.blade.phpnu[@extends('admin.layout') @section('content')
                                            {{ __('Add Product') . ' (' . __('Type') . ' - ' . ucfirst($productType) . ')' }}
                                            {{ __('Back') }}
                                              @csrf

                                              @csrf

                                              ...
                                              {{ __('Choose Image') }}
                                              @if ($productType == 'digital')

                                              {{ __('Only .zip file is allowed.') }}

                                              @endif @if ($productType == 'physical')
                                              @endif @php $currencyText = $currencyInfo->base_currency_text; @endphp
                                              @foreach ($languages as $language)
                                              @php $categories = $language->categories; @endphp
                                              @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
                                              @endforeach
                                              @endforeach
                                              @endsection @section('script') @endsection PKR\PY;Y;'views/admin/shop/product/edit.blade.phpnu[@extends('admin.layout') @section('content')
                                              {{ __('Edit Product') . ' (' . __('Type') . ' - ' . ucfirst($productType) . ')' }}
                                              {{ __('Back') }}
                                                @php $sliderImages = json_decode($product->slider_images); @endphp @if (count($sliderImages) > 0)
                                                @foreach ($sliderImages as $key => $sliderImage) @endforeach
                                                slider image
                                                @endif
                                                @csrf

                                                @csrf

                                                image
                                                {{ __('Choose Image') }}
                                                @if ($productType == 'digital')

                                                {{ __('Only .zip file is allowed.') }}

                                                @if ($product->file) {{ __('Download File') }} @endif
                                                @endif @if ($productType == 'physical')
                                                @endif @php $currencyText = $currencyInfo->base_currency_text; @endphp
                                                @foreach ($languages as $language) @php $productData = $language->productData; @endphp
                                                @php $categories = $language->categories; @endphp
                                                @endforeach
                                                @endsection @section('script') @endsection PKR\(views/admin/shop/product/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Products') }}
                                                @includeIf('admin.partials.languages')
                                                {{ __('Add Product') }}
                                                @if (count($products) == 0)

                                                {{ __('NO PRODUCT FOUND') . '!' }}

                                                @else
                                                @if ($themeInfo->theme_version == 2) @endif @foreach ($products as $product) @if ($themeInfo->theme_version == 2) @endif @endforeach
                                                {{ __('Featured Image') }} {{ __('Title') }} {{ __('Category') }} {{ __('Product Type') }} @php $currencyText = $currencyInfo->base_currency_text; @endphp {{ __('Price') . ' (' . $currencyText . ')' }} {{ __('Featured') }}{{ __('Actions') }}
                                                product image {{ strlen($product->title) > 50 ? mb_substr($product->title, 0, 50, 'UTF-8') . '...' : $product->title }} {{ $product->categoryName }} {{ $product->product_type }} {{ $product->current_price }}
                                                @csrf
                                                @csrf
                                                @endif
                                                @endsection PKR\&OFddviews/admin/shop/tax.blade.phpnu[@extends('admin.layout') @section('content')
                                                @csrf
                                                {{ __('Update Tax Amount') }}
                                                @error('product_tax_amount')

                                                {{ $message }}

                                                @enderror
                                                @endsection PKR\,~7~7'views/admin/shop/order/report.blade.phpnu[@extends('admin.layout') @section('content')
                                                @if (count($orders) == 0)

                                                {{ __('NO ORDER FOUND') . '!' }}

                                                @else
                                                @foreach ($orders as $order) @endforeach
                                                {{ __('Order No.') }} {{ __('Billing Name') }} {{ __('Billing Email') }} {{ __('Billing Phone') }} {{ __('Billing Address') }} {{ __('Billing City') }} {{ __('Billing State') }} {{ __('Billing Country') }} {{ __('Shipping Name') }} {{ __('Shipping Email') }} {{ __('Shipping Phone') }} {{ __('Shipping Address') }} {{ __('Shipping City') }} {{ __('Shipping State') }} {{ __('Shipping Country') }} {{ __('Price') }} {{ __('Discount') }} {{ __('Shipping Method') }} {{ __('Shipping Cost') }} {{ __('Tax') }} {{ __('Grand Total') }} {{ __('Paid via') }} {{ __('Payment Status') }} {{ __('Order Status') }} {{ __('Order Date') }}
                                                {{ '#' . $order->order_number }} {{ $order->billing_name }} {{ $order->billing_email }} {{ $order->billing_phone }} {{ $order->billing_address }} {{ $order->billing_city }} {{ is_null($order->billing_state) ? '-' : $order->billing_state }} {{ $order->billing_country }} {{ $order->shipping_name }} {{ $order->shipping_email }} {{ $order->shipping_phone }} {{ $order->shipping_address }} {{ $order->shipping_city }} {{ is_null($order->shipping_state) ? '-' : $order->shipping_state }} {{ $order->shipping_country }} {{ $order->currency_text_position == 'left' ? $order->currency_text . ' ' : '' }}{{ $order->total }}{{ $order->currency_text_position == 'right' ? ' ' . $order->currency_text : '' }} @if (is_null($order->discount)) - @else {{ $order->currency_text_position == 'left' ? $order->currency_text . ' ' : '' }}{{ $order->discount }}{{ $order->currency_text_position == 'right' ? ' ' . $order->currency_text : '' }} @endif @if (is_null($order->product_shipping_charge_id)) - @else {{ $order->shippingMethod }} @endif @if (is_null($order->shipping_cost)) - @else {{ $order->currency_text_position == 'left' ? $order->currency_text . ' ' : '' }}{{ $order->shipping_cost }}{{ $order->currency_text_position == 'right' ? ' ' . $order->currency_text : '' }} @endif {{ $order->currency_text_position == 'left' ? $order->currency_text . ' ' : '' }}{{ $order->tax }}{{ $order->currency_text_position == 'right' ? ' ' . $order->currency_text : '' }} {{ $order->currency_text_position == 'left' ? $order->currency_text . ' ' : '' }}{{ $order->grand_total }}{{ $order->currency_text_position == 'right' ? ' ' . $order->currency_text : '' }} {{ $order->payment_method }} @if ($order->payment_status == 'completed') {{ __('Completed') }} @elseif ($order->payment_status == 'pending') {{ __('Pending') }} @else {{ __('Rejected') }} @endif @if ($order->order_status == 'pending') {{ __('Pending') }} @elseif ($order->order_status == 'processing') {{ __('Processing') }} @elseif ($order->order_status == 'completed') {{ __('Completed') }} @else {{ __('Rejected') }} @endif {{ $order->createdAt }}
                                                @endif
                                                @endsection PKR\Odw-views/admin/shop/order/show-receipt.blade.phpnu[{{-- receipt modal --}} PKR\7N33(views/admin/shop/order/details.blade.phpnu[@extends('admin.layout') @section('content')
                                                @php $position = $details->currency_text_position; $currency = $details->currency_text; @endphp
                                                {{ __('Order No.') . ' ' . '#' . $details->order_number }}
                                                {{ __('Order Date') . ' :' }}
                                                {{ date_format($details->created_at, 'M d, Y') }}
                                                {{ __('Cart Total') . ' :' }}
                                                {{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($details->total, 2, '.', ',') }}{{ $position == 'right' ? ' ' . $currency : '' }}
                                                {{ __('Discount') }} () :
                                                {{ $position == 'left' ? $currency . ' ' : '' }}{{ $details->discount }}{{ $position == 'right' ? ' ' . $currency : '' }}
                                                {{ __('Subtotal') . ' :' }}
                                                @php $total = floatval($details->total); $discount = floatval($details->discount); $subtotal = $total - $discount; @endphp {{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($subtotal, 2, '.', ',') }}{{ $position == 'right' ? ' ' . $currency : '' }}
                                                {{ __('Shipping Cost') }} () :
                                                @if (is_null($details->shipping_cost)) - @else {{ $position == 'left' ? $currency . ' ' : '' }}{{ $details->shipping_cost }}{{ $position == 'right' ? ' ' . $currency : '' }} @endif
                                                {{ __('Tax') }} {{ '(' . $tax->product_tax_amount . '%)' }} () :
                                                {{ $position == 'left' ? $currency . ' ' : '' }}{{ $details->tax }}{{ $position == 'right' ? ' ' . $currency : '' }}
                                                {{ __('Grand Total') . ' :' }}
                                                {{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($details->grand_total, 2, '.', ',') }}{{ $position == 'right' ? ' ' . $currency : '' }}
                                                {{ __('Shipping Type') . ' :' }}
                                                @php $shippingMethod = $details->shippingMethod()->first(); @endphp
                                                {{ is_null($shippingMethod) ? '-' : $shippingMethod->title }}
                                                {{ __('Paid via') . ' :' }}
                                                {{ $details->payment_method }}
                                                {{ __('Payment Status') . ' :' }}
                                                @if ($details->payment_status == 'completed') {{ __('Completed') }} @elseif ($details->payment_status == 'pending') {{ __('Pending') }} @else {{ __('Rejected') }} @endif
                                                {{ __('Order Status') . ' :' }}
                                                @if ($details->order_status == 'processing') {{ __('Processing') }} @elseif ($details->order_status == 'pending') {{ __('Pending') }} @elseif ($details->order_status == 'completed') {{ __('Completed') }} @else {{ __('Rejected') }} @endif
                                                {{ __('Billing Details') }}
                                                {{ __('Name') . ' :' }}
                                                {{ $details->billing_name }}
                                                {{ __('Email') . ' :' }}
                                                {{ $details->billing_email }}
                                                {{ __('Phone') . ' :' }}
                                                {{ $details->billing_phone }}
                                                {{ __('Address') . ' :' }}
                                                {{ $details->billing_address }}
                                                {{ __('City') . ' :' }}
                                                {{ $details->billing_city }}
                                                {{ __('State') . ' :' }}
                                                {{ is_null($details->billing_state) ? '-' : $details->billing_state }}
                                                {{ __('Country') . ' :' }}
                                                {{ $details->billing_country }}
                                                {{ __('Shipping Details') }}
                                                {{ __('Name') . ' :' }}
                                                {{ $details->shipping_name }}
                                                {{ __('Email') . ' :' }}
                                                {{ $details->shipping_email }}
                                                {{ __('Phone') . ' :' }}
                                                {{ $details->shipping_phone }}
                                                {{ __('Address') . ' :' }}
                                                {{ $details->shipping_address }}
                                                {{ __('City') . ' :' }}
                                                {{ $details->shipping_city }}
                                                {{ __('State') . ' :' }}
                                                {{ is_null($details->shipping_state) ? '-' : $details->shipping_state }}
                                                {{ __('Country') . ' :' }}
                                                {{ $details->shipping_country }}

                                                {{ __('Ordered Products') }}

                                                @foreach ($items as $item) @endforeach
                                                # {{ __('Image') }} {{ __('Title') }} {{ __('Quantity') }} {{ __('Unit Price') }} {{ __('Total Price') }}
                                                {{ $loop->iteration }} image {{ $item->title }} {{ $item->quantity }} {{ $position == 'left' ? $currency . ' ' : '' }}{{ $item->current_price }}{{ $position == 'right' ? ' ' . $currency : '' }} @php $eachItemTotal = floatval($item->current_price) * $item->quantity; @endphp {{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($eachItemTotal, 2, '.', ',') }}{{ $position == 'right' ? ' ' . $currency : '' }}
                                                @endsection PKR\ym'3'3&views/admin/shop/order/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                @if (count($orders) == 0)

                                                {{ __('NO ORDER FOUND') . '!' }}

                                                @else
                                                @foreach ($orders as $order) @includeIf('admin.shop.order.show-receipt') @endforeach
                                                {{ __('Order No.') }} {{ __('Paid via') }} {{ __('Payment Status') }} {{ __('Order Status') }} {{ __('Receipt') }} {{ __('Actions') }}
                                                {{ '#' . $order->order_number }} {{ $order->payment_method }} @if ($order->gateway_type == 'online')

                                                {{ __('Completed') }}

                                                @else @if ($order->payment_status == 'pending')
                                                @csrf
                                                @else

                                                {{ ucfirst($order->payment_status) }}

                                                @endif @endif
                                                @csrf
                                                @if (!empty($order->attachment)) {{ __('Show') }} @else - @endif
                                                @endif
                                                @endsection PKR\)XX(views/admin/shop/coupon/create.blade.phpnu[ PKR\Oɡ&views/admin/shop/coupon/edit.blade.phpnu[ PKR\/5ō'views/admin/shop/coupon/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Coupons') }}
                                                @if (count($coupons) == 0)

                                                {{ __('NO COUPON FOUND') . '!' }}

                                                @else
                                                @foreach ($coupons as $coupon) @php $todayDate = Carbon\Carbon::now(); $startDate = Carbon\Carbon::parse($coupon->start_date); $endDate = Carbon\Carbon::parse($coupon->end_date); @endphp @endforeach
                                                # {{ __('Name') }} {{ __('Code') }} {{ __('Discount') }} {{ __('Created') }} {{ __('Status') }} {{ __('Actions') }}
                                                {{ $loop->iteration }} {{ strlen($coupon->name) > 30 ? mb_substr($coupon->name, 0, 30, 'UTF-8') . '...' : $coupon->name }} {{ $coupon->code }} @if ($coupon->type == 'fixed') {{ $currencyInfo->base_currency_symbol_position == 'left' ? $currencyInfo->base_currency_symbol : '' }}{{ $coupon->value }}{{ $currencyInfo->base_currency_symbol_position == 'right' ? $currencyInfo->base_currency_symbol : '' }} @else {{ $coupon->value . '%' }} @endif @php $createDate = $coupon->created_at; // first, get the difference of create-date & today-date $diff = $createDate->diffInDays($todayDate); @endphp {{-- then, get the human read-able value from those dates --}} {{ $createDate->subDays($diff)->diffForHumans() }} @if ($startDate->greaterThan($todayDate))

                                                {{ __('Pending') }}

                                                @elseif ($todayDate->between($startDate, $endDate))

                                                {{ __('Active') }}

                                                @elseif ($endDate->lessThan($todayDate))

                                                {{ __('Expired') }}

                                                @endif
                                                @csrf
                                                @endif
                                                {{-- create modal --}} @include('admin.shop.coupon.create') {{-- edit modal --}} @include('admin.shop.coupon.edit') @endsection PKR\  *views/admin/shop/category/create.blade.phpnu[ PKR\V (views/admin/shop/category/edit.blade.phpnu[ PKR\AP)views/admin/shop/category/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                                {{ __('Product Categories') }}
                                                @includeIf('admin.partials.languages')
                                                {{ __('Add') }}
                                                @if (count($categories) == 0)

                                                {{ __('NO PRODUCT CATEGORY FOUND') . '!' }}

                                                @else
                                                @foreach ($categories as $category) @endforeach
                                                {{ __('Name') }} {{ __('Status') }} {{ __('Serial Number') }} {{ __('Actions') }}
                                                {{ strlen($category->name) > 50 ? mb_substr($category->name, 0, 50, 'UTF-8') . '...' : $category->name }} @if ($category->status == 1)

                                                {{ __('Active') }}

                                                @else

                                                {{ __('Deactive') }}

                                                @endif
                                                {{ $category->serial_number }}
                                                @csrf
                                                @endif
                                                {{-- create modal --}} @include('admin.shop.category.create') {{-- edit modal --}} @include('admin.shop.category.edit') @endsection PKR\= = $views/admin/footer/content.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                                {{ __('Update Footer Content') }}
                                                @includeIf('admin.partials.languages')
                                                @csrf

                                                @endsection PKR\^"l l )views/admin/footer/logo-&-image.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Logo & Image') }}
                                                @csrf

                                                @if (!empty($data->footer_logo)) logo @else ... @endif
                                                {{ __('Choose Image') }}
                                                @if ($errors->has('footer_logo'))

                                                {{ $errors->first('footer_logo') }}

                                                @endif
                                                @endsection PKR\]  .views/admin/footer/quick-link/create.blade.phpnu[ PKR\Ƨ??,views/admin/footer/quick-link/edit.blade.phpnu[ PKR\-views/admin/footer/quick-link/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                                {{ __('Quick Links') }}
                                                @includeIf('admin.partials.languages')
                                                @if (count($quickLinks) == 0)

                                                {{ __('NO QUICK LINK FOUND') . '!' }}

                                                @else
                                                @foreach ($quickLinks as $quickLink) @endforeach
                                                # {{ __('Title') }} {{ __('URL') }} {{ __('Serial Number') }} {{ __('Actions') }}
                                                {{ $loop->iteration }} {{ $quickLink->title }} {{ $quickLink->url }} {{ $quickLink->serial_number }}
                                                @csrf
                                                @endif
                                                {{-- create modal --}} @include('admin.footer.quick-link.create') {{-- edit modal --}} @include('admin.footer.quick-link.edit') @endsection PKR\΂'2.2.%views/admin/packages/create.blade.phpnu[ PKR\#'views/admin/packages/settings.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Settings') }}
                                                @csrf

                                                {{ __('Specify how many days before you want to remind your customers about subscription expiration. (via mail)') }}

                                                @error('expiration_reminder')

                                                {{ $message }}

                                                @enderror
                                                @endsection PKR\bDD#views/admin/packages/edit.blade.phpnu[@extends('admin.layout') @php use App\Models\Language; $selLang = Language::where('code', request()->input('language'))->first(); @endphp @if (!empty($selLang->language) && $selLang->language->rtl == 1) @section('styles') @endsection @endif @section('content')
                                                {{ __('Edit package') }}
                                                {{ __('Back') }}
                                                @csrf

                                                {{ __('If price is 0 , than it will appear as free') }}

                                                @php $permissions = $package->features; if (!empty($package->features)) { $permissions = json_decode($permissions, true); } @endphp

                                                {{ __('Enter 999999 , then it will appear as unlimited') }}

                                                {{ __('Enter 999999 , then it will appear as unlimited') }}

                                                {{ __('Enter 999999 , then it will appear as unlimited') }}

                                                {{ __('Enter 999999 , then it will appear as unlimited') }}

                                                {{ __('Enter 999999 , then it will appear as unlimited') }}

                                                {{ __('Enter 999999 , then it will appear as unlimited') }}

                                                {{ __('Enter 999999 , then it will appear as unlimited') }}

                                                {{ __('Enter new line to seperate features') }}

                                                @endsection @section('script') @endsection PKR\[L$views/admin/packages/index.blade.phpnu[@extends('admin.layout') @php use App\Models\Language; $selLang = Language::where('code', request()->input('language'))->first(); @endphp @if (!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
                                                {{ __('Packages') }}
                                                {{ __('Add Package') }}
                                                @if (count($packages) == 0)

                                                {{ __('NO PACKAGE FOUND YET') }}

                                                @else
                                                @foreach ($packages as $key => $package) @endforeach
                                                {{ __('Title') }} {{ __('Cost') }} {{ __('Status') }} {{ __('Actions') }}
                                                {{ strlen($package->title) > 30 ? mb_substr($package->title, 0, 30, 'UTF-8') . '...' : $package->title }} @if ($package->term == 'monthly') {{ __('Monthly') }} @elseif ($package->term == 'yearly') {{ __('Yearly') }} @elseif ($package->term == 'lifetime') {{ __('Lifetime') }} @endif @if ($package->price == 0) {{ __('Free') }} @else {{ format_price($package->price) }} @endif @if ($package->status == 1)

                                                {{ __('Active') }}

                                                @else

                                                {{ __('Deactive') }}

                                                @endif
                                                @csrf
                                                @endif
                                                @include('admin.packages.create') @endsection @section('script') @endsection PKR\ %views/admin/forget-password.blade.phpnu[ {{-- required meta tags --}} {{-- title --}} {{ __('Forget Password') . ' | ' . $websiteInfo->website_title }} {{-- fav icon --}} {{-- bootstrap css --}} {{-- atlantis css --}} {{-- admin-login css also using for forget password --}} {{-- forget password form start --}}
                                                @if (!empty($websiteInfo->logo))
                                                @endif
                                                @csrf @if ($errors->has('email'))

                                                {{ $errors->first('email') }}

                                                @endif
                                                {{-- forget password form end --}} {{-- jQuery --}} {{-- popper js --}} {{-- bootstrap js --}} {{-- bootstrap notify --}} {{-- fonts and icons script --}} {{-- fonts and icons script --}} @if (session()->has('success')) @endif @if (session()->has('warning')) @endif PKR\]%views/admin/language/create.blade.phpnu[ PKR\ #views/admin/language/edit.blade.phpnu[ PKR\ss$views/admin/language/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                @if (count($languages) == 0)

                                                {{ __('NO LANGUAGE FOUND') . '!' }}

                                                @else
                                                @foreach ($languages as $language) @endforeach
                                                {{ __('#') }} {{ __('Name') }} {{ __('Code') }} {{ __('Direction') }} {{ __('Website Language') }} {{ __('Actions') }}
                                                {{ $loop->iteration }} {{ $language->name }} {{ $language->code }} {{ $language->direction == 1 ? __('RTL') : __('LTR') }} @if ($language->is_default == 1) {{ __('Default') }} @else
                                                @csrf
                                                @endif
                                                {{ __('Edit') }} {{ __('Edit Keyword') }}
                                                @csrf
                                                @endif
                                                {{-- create modal --}} @include('admin.language.create') {{-- edit modal --}} @include('admin.language.edit') {{-- language modal start --}} {{-- language modal start end --}} @endsection PKR\4բ +views/admin/language/edit-keyword.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                                {{ __('Keywords of') . ' ' . $language->name . ' ' . __('Language') }}
                                                {{ __('Back') }}
                                                @csrf
                                                @foreach ($keywords as $keyword => $value)
                                                @endforeach
                                                @endsection PKR\=88'views/admin/payment_log/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Subscription Log') }}
                                                @if (count($memberships) == 0)

                                                {{ __('NO MEMBERSHIP FOUND') }}

                                                @else
                                                @foreach ($memberships as $key => $membership) @php $bex = json_decode($membership->settings); @endphp @endforeach
                                                {{ __('Transaction Id') }} {{ __('Username') }} {{ __('Amount') }} {{ __('Payment Status') }} {{ __('Payment Method') }} {{ __('Receipt') }} {{ __('Actions') }}
                                                {{ strlen($membership->transaction_id) > 30 ? mb_substr($membership->transaction_id, 0, 30, 'UTF-8') . '...' : $membership->transaction_id }} @php $vendor = $membership->vendor()->first(); @endphp @if ($vendor) {{ $vendor->username }} @endif @if ($membership->price == 0) {{ __('Free') }} @else {{ format_price($membership->price) }} @endif @if (json_decode($membership->transaction_details) !== 'offline') @if ($membership->status == 1)

                                                {{ __('Success') }}

                                                @elseif ($membership->status == 0)

                                                {{ __('Pending') }}

                                                @elseif ($membership->status == 2)

                                                {{ __('Rejected') }}

                                                @endif @else
                                                @csrf
                                                @endif
                                                {{ $membership->payment_method }} @if (!empty($membership->receipt)) {{ __('Show') }} @else - @endif @if (!empty($membership->name !== 'anonymous')) {{ __('Detail') }} @else - @endif
                                                @endif
                                                @endsection PKR\R=  views/admin/faq/create.blade.phpnu[ PKR\2views/admin/faq/edit.blade.phpnu[ PKR\722views/admin/faq/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                                {{ __('FAQs') }}
                                                @includeIf('admin.partials.languages')
                                                {{ __('Add') }}
                                                @if (count($faqs) == 0)

                                                {{ __('NO FAQ FOUND') . '!' }}

                                                @else
                                                @foreach ($faqs as $faq) @endforeach
                                                {{ __('Question') }} {{ __('Serial Number') }} {{ __('Actions') }}
                                                {{ strlen($faq->question) > 50 ? mb_substr($faq->question, 0, 50, 'UTF-8') . '...' : $faq->question }} {{ $faq->serial_number }}
                                                @csrf
                                                @endif
                                                {{-- create modal --}} @include('admin.faq.create') {{-- edit modal --}} @include('admin.faq.edit') @endsection PKR\I*views/admin/advertisement/create.blade.phpnu[ PKR\u9 ,views/admin/advertisement/settings.blade.phpnu[@extends('admin.layout') @section('content')
                                                @csrf
                                                {{ __('Update Settings') }}
                                                @if ($errors->has('google_adsense_publisher_id'))

                                                {{ $errors->first('google_adsense_publisher_id') }}

                                                @endif

                                                {{ __('Click Here') }} {{ __('to find the punlisher id in your google adsense account') . '.' }}

                                                @endsection PKR\meЖ(views/admin/advertisement/edit.blade.phpnu[ PKR\ȋK)views/admin/advertisement/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('All Advertisements') }}
                                                {{ __('Add') }}
                                                @if (count($ads) == 0)

                                                {{ __('NO ADVERTISEMENT FOUND') . '!' }}

                                                @else
                                                @foreach ($ads as $ad) @endforeach
                                                {{ __('Ad Type') }} {{ __('Resolution') }} {{ __('Image') }} {{ __('Views') }} {{ __('Actions') }}
                                                {{ ucfirst($ad->ad_type) }} @if ($ad->resolution_type == 1) {{ __('300 x 250') }} @elseif ($ad->resolution_type == 2) {{ __('300 x 600') }} @else {{ __('728 x 90') }} @endif @if ($ad->ad_type == 'banner') ad image @else - @endif {{ $ad->views }}
                                                @csrf
                                                @endif
                                                {{-- create modal --}} @include('admin.advertisement.create') {{-- edit modal --}} @include('admin.advertisement.edit') @endsection PKR\}44.views/admin/featured-listing/approve.blade.phpnu[@extends('admin.layout') @section('content')
                                                @includeIf('admin.partials.languages')
                                                @if (count($orders) == 0)

                                                {{ __('NO REQUEST FOUND') . '!' }}

                                                @else
                                                @foreach ($orders as $order) @includeIf('admin.featured-listing.show-receipt') @includeIf('admin.featured-listing.details') @endforeach
                                                {{ __('Order No.') }} {{ __('Listing Title') }} {{ __('Paid via') }} {{ __('Payment Status') }} {{ __('Status') }} {{ __('Days') }} {{ __('Actions') }}
                                                {{ '#' . $order->order_number }} @php $listing_content = App\Models\Listing\ListingContent::Where([ ['listing_id', $order->listing_id], ['language_id', $language->id], ]) ->select('title', 'listing_id', 'slug') ->first(); @endphp @if (!empty($listing_content)) {{ strlen(@$listing_content->title) > 35 ? mb_substr(@$listing_content->title, 0, 35, 'utf-8') . '...' : @$listing_content->title }} @else -- @endif {{ $order->payment_method }} @if ($order->gateway_type == 'online')

                                                {{ __('Completed') }}

                                                @else @if ($order->payment_status == 'pending')
                                                @csrf
                                                @else

                                                {{ ucfirst($order->payment_status) }}

                                                @endif @endif
                                                @if ($order->order_status == 'pending')
                                                @csrf
                                                @else

                                                {{ $order->order_status == 'completed' ? 'approved' : $order->order_status }}

                                                @endif
                                                @if ($order->order_status == 'completed') {{ $order->days }}{{ __('Days') }} ({{ \Carbon\Carbon::parse($order->start_date)->format('j F, Y') }} - {{ \Carbon\Carbon::parse($order->end_date)->format('j F, Y') }}) @else {{ $order->days }} @endif
                                                @endif
                                                @endsection PKR\o844/views/admin/featured-listing/rejected.blade.phpnu[@extends('admin.layout') @section('content')
                                                @includeIf('admin.partials.languages')
                                                @if (count($orders) == 0)

                                                {{ __('NO REQUEST FOUND') . '!' }}

                                                @else
                                                @foreach ($orders as $order) @includeIf('admin.featured-listing.show-receipt') @includeIf('admin.featured-listing.details') @endforeach
                                                {{ __('Order No.') }} {{ __('Listing Title') }} {{ __('Paid via') }} {{ __('Payment Status') }} {{ __('Status') }} {{ __('Days') }} {{ __('Actions') }}
                                                {{ '#' . $order->order_number }} @php $listing_content = App\Models\Listing\ListingContent::Where([ ['listing_id', $order->listing_id], ['language_id', $language->id], ]) ->select('title', 'listing_id', 'slug') ->first(); @endphp @if (!empty($listing_content)) {{ strlen(@$listing_content->title) > 35 ? mb_substr(@$listing_content->title, 0, 35, 'utf-8') . '...' : @$listing_content->title }} @else -- @endif {{ $order->payment_method }} @if ($order->gateway_type == 'online')

                                                {{ __('Completed') }}

                                                @else @if ($order->payment_status == 'pending')
                                                @csrf
                                                @else

                                                {{ ucfirst($order->payment_status) }}

                                                @endif @endif
                                                @if ($order->order_status == 'pending')
                                                @csrf
                                                @else

                                                {{ $order->order_status == 'completed' ? 'approved' : $order->order_status }}

                                                @endif
                                                @if ($order->order_status == 'completed') {{ $order->days }}{{ __('Days') }} ({{ \Carbon\Carbon::parse($order->start_date)->format('j F, Y') }} - {{ \Carbon\Carbon::parse($order->end_date)->format('j F, Y') }}) @else {{ $order->days }} @endif
                                                @endif
                                                @endsection PKR\)3views/admin/featured-listing/show-receipt.blade.phpnu[{{-- receipt modal --}} PKR\^55.views/admin/featured-listing/pending.blade.phpnu[@extends('admin.layout') @section('content')
                                                @includeIf('admin.partials.languages')
                                                @if (count($orders) == 0)

                                                {{ __('NO REQUEST FOUND') . '!' }}

                                                @else
                                                @foreach ($orders as $order) @includeIf('admin.featured-listing.show-receipt') @includeIf('admin.featured-listing.details') @endforeach
                                                {{ __('Order No.') }} {{ __('Listing Title') }} {{ __('Paid via') }} {{ __('Payment Status') }} {{ __('Status') }} {{ __('Days') }} {{ __('Actions') }}
                                                {{ '#' . $order->order_number }} @php $listing_content = App\Models\Listing\ListingContent::Where([ ['listing_id', $order->listing_id], ['language_id', $language->id], ]) ->select('title', 'listing_id', 'slug') ->first(); @endphp @if (!empty($listing_content)) {{ strlen(@$listing_content->title) > 35 ? mb_substr(@$listing_content->title, 0, 35, 'utf-8') . '...' : @$listing_content->title }} @else -- @endif {{ $order->payment_method }} @if ($order->gateway_type == 'online')

                                                {{ __('Completed') }}

                                                @else @if ($order->payment_status == 'pending')
                                                @csrf
                                                @else

                                                {{ ucfirst($order->payment_status) }}

                                                @endif @endif
                                                @if ($order->order_status == 'pending')
                                                @csrf
                                                @else

                                                {{ $order->order_status == 'completed' ? 'approved' : $order->order_status }}

                                                @endif
                                                @if ($order->order_status == 'completed') {{ $order->days }}{{ __('Days') }} ({{ \Carbon\Carbon::parse($order->start_date)->format('j F, Y') }} - {{ \Carbon\Carbon::parse($order->end_date)->format('j F, Y') }}) @else {{ $order->days }} @endif
                                                @endif
                                                @endsection PKR\s .views/admin/featured-listing/details.blade.phpnu[ PKR\:L//.views/admin/featured-listing/invoice.blade.phpnu[ direction == 1) dir="rtl" @endif > {{-- required meta tags --}} {{-- title --}} {{ 'Product Invoice | ' . config('app.name') }} {{-- fav icon --}} {{-- styles --}} @php $mb = '35px'; $width = '50%'; $ml = '18px'; $pl = '15px'; $pr = '15px'; $float = 'right'; $floatL = 'left'; @endphp

                                                {{ __('PRODUCT ORDER INVOICE') }}

                                                @php $position = $orderInfo->currency_text_position; $currency = $orderInfo->currency_text; @endphp
                                                {{-- order details start --}}

                                                {{ __('Order Details') }}

                                                {{ __('Order No') . ': ' }}{{ '#' . $orderInfo->order_number }}

                                                {{ __('Order Date') . ': ' }}{{ date_format($orderInfo->created_at, 'M d, Y') }}

                                                {{ __('Price') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($orderInfo->total, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                                                {{ __('Discount') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($orderInfo->discount, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                                                @php $total = floatval($orderInfo->total); $discount = floatval($orderInfo->discount); $subtotal = $total - $discount; @endphp {{ __('Subtotal') . ': ' }}{{ $position == 'left' ? $currency . ' ' : '' }}{{ number_format($subtotal, 2) }}{{ $position == 'right' ? ' ' . $currency : '' }}

                                                {{ __('Payment Method') . ': ' }}{{ $orderInfo->payment_method }}

                                                {{ __('Payment Status') . ': ' }}{{ ucfirst($orderInfo->payment_status) }}

                                                {{-- order details end --}} {{-- billing details start --}}

                                                {{ __('Billing Details') }}

                                                {{ __('Name') . ': ' }}{{ $orderInfo->billing_name }}

                                                {{ __('Email') . ': ' }}{{ $orderInfo->billing_email }}

                                                {{ __('Contact Number') . ': ' }}{{ $orderInfo->billing_phone }}

                                                {{ __('Address') . ': ' }}{{ $orderInfo->billing_address }}

                                                {{ __('City') . ': ' }}{{ $orderInfo->billing_city }}

                                                {{ __('State') . ': ' }}{{ is_null($orderInfo->billing_state) ? '-' : $orderInfo->billing_state }}

                                                {{ __('Country') . ': ' }}{{ $orderInfo->billing_country }}

                                                {{-- billing details end --}}
                                                {{-- purchased items start --}}

                                                {{ __('Ordered Products') }}

                                                {{ __('Name') }} {{ __('Unit Price') }} {{ __('Quantity') }} {{ __('Total Price') }}
                                                PKR\rir__4views/admin/featured-listing/charge/create.blade.phpnu[ PKR\2views/admin/featured-listing/charge/edit.blade.phpnu[ PKR\~C"3views/admin/featured-listing/charge/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Charges') }}
                                                {{ __('Add') }}
                                                @if (count($charges) == 0)

                                                {{ __('NO INFORMATION FOUND') . '!' }}

                                                @else
                                                @foreach ($charges as $charge) @endforeach
                                                {{ __('Days') }} {{ __('Price') }} {{ __('Actions') }}
                                                {{ $charge->days }} {{ symbolPrice($charge->price) }}
                                                @csrf
                                                @endif
                                                {{-- create modal --}} @include('admin.featured-listing.charge.create') {{-- edit modal --}} @include('admin.featured-listing.charge.edit') @endsection PKR\G'ָR:R:,views/admin/featured-listing/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                @includeIf('admin.partials.languages')
                                                @if (count($orders) == 0)

                                                {{ __('NO REQUEST FOUND') . '!' }}

                                                @else
                                                @foreach ($orders as $order) @includeIf('admin.featured-listing.show-receipt') @includeIf('admin.featured-listing.details') @endforeach
                                                {{ __('Order No.') }} {{ __('Listing Title') }} {{ __('Paid via') }} {{ __('Payment Status') }} {{ __('Status') }} {{ __('Days') }} {{ __('Actions') }}
                                                {{ '#' . $order->order_number }} @php $listing_content = App\Models\Listing\ListingContent::Where([ ['listing_id', $order->listing_id], ['language_id', $language->id], ]) ->select('title', 'listing_id', 'slug') ->first(); @endphp @if (!empty($listing_content)) {{ strlen(@$listing_content->title) > 60 ? mb_substr(@$listing_content->title, 0, 60, 'utf-8') . '...' : @$listing_content->title }} @else -- @endif {{ $order->payment_method }} @if ($order->gateway_type == 'online')

                                                {{ __('Completed') }}

                                                @else @if ($order->payment_status == 'pending')
                                                @csrf
                                                @else

                                                {{ ucfirst($order->payment_status) }}

                                                @endif @endif
                                                @if ($order->order_status == 'pending')
                                                @csrf
                                                @else

                                                {{ $order->order_status == 'completed' ? 'approved' : $order->order_status }}

                                                @endif
                                                @if ($order->order_status == 'completed') {{ $order->days }} {{ __('days') }} ({{ \Carbon\Carbon::parse($order->start_date)->format('j F, Y') }} - {{ \Carbon\Carbon::parse($order->end_date)->format('j F, Y') }}) @else {{ $order->days }} @endif
                                                @endif
                                                @endsection PKR\2||views/admin/layout.blade.phpnu[ {{-- required meta tags --}} {{-- csrf-token for ajax request --}} {{-- title --}} {{ __('Admin') . ' | ' . $websiteInfo->website_title }} {{-- fav icon --}} {{-- include styles --}} @includeIf('admin.partials.styles') {{-- additional style --}} @yield('style') {{-- loader start --}}
                                                loader
                                                {{-- loader end --}}
                                                {{-- top navbar area start --}} @includeIf('admin.partials.top-navbar') {{-- top navbar area end --}} {{-- side navbar area start --}} @includeIf('admin.partials.side-navbar') {{-- side navbar area end --}}
                                                @yield('content')
                                                {{-- footer area start --}} @includeIf('admin.partials.footer') {{-- footer area end --}}
                                                {{-- include scripts --}} @includeIf('admin.partials.scripts') {{-- additional script --}} @yield('variables') @yield('script') PKR\1eviews/admin/login.blade.phpnu[ {{-- required meta tags --}} {{-- title --}} {{ __('Admin Login') . ' | ' . $websiteInfo->website_title }} {{-- fav icon --}} {{-- bootstrap css --}} {{-- login css --}} {{-- login form start --}} {{-- login form end --}} {{-- jQuery --}} {{-- popper js --}} {{-- bootstrap js --}} PKR\:*views/admin/end-user/user/create.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Add User') }}
                                                @csrf

                                                ...
                                                {{ __('Choose Photo') }}

                                                {{ __('Image Size 80x80') }}

                                                {{ __('The password must be at least 6 characters.') }}

                                                @endsection PKR\v,,(views/admin/end-user/user/edit.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Edit User') }}
                                                @csrf

                                                @if ($user->image != null) ... @else ... @endif
                                                {{ __('Choose Photo') }}

                                                {{ __('Image Size 80x80') }}

                                                @endsection PKR\i闫l l 3views/admin/end-user/user/change-password.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Change Password') }}
                                                @csrf

                                                @endsection PKR\)views/admin/end-user/user/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('All Users') }}
                                                @if (count($users) == 0)

                                                {{ __('NO USER FOUND') . '!' }}

                                                @else
                                                @foreach ($users as $user) @endforeach
                                                {{ __('Name') }} {{ __('Username') }} {{ __('Email') }} {{ __('Email Status') }} {{ __('Account Status') }} {{ __('Actions') }}
                                                {{ $user->name }} {{ $user->username }} {{ $user->email }}
                                                @csrf
                                                @csrf
                                                @endif
                                                @endsection PKR\` 5views/admin/end-user/subscriber/write-email.blade.phpnu[@extends('admin.layout') @section('content')
                                                @csrf
                                                {{ __('Send Email') }}
                                                {{ __('Back') }}
                                                @if ($errors->has('subject'))

                                                {{ $errors->first('subject') }}

                                                @endif
                                                @if ($errors->has('message'))

                                                {{ $errors->first('message') }}

                                                @endif
                                                @endsection PKR\L/views/admin/end-user/subscriber/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('All Subscribers') }}
                                                {{ __('Send Mail') }}
                                                @if (count($subscribers) == 0)

                                                {{ __('NO SUBSCRIBER FOUND') . '!' }}

                                                @else
                                                @foreach ($subscribers as $subscriber) @endforeach
                                                {{ __('Email ID') }} {{ __('Action') }}
                                                {{ $subscriber->email_id }}
                                                @csrf
                                                @endif
                                                @endsection PKR\  9views/admin/end-user/push-notification/settings.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Update Settings') }}
                                                @csrf

                                                @if (!is_null($data->notification_image)) image @else ... @endif
                                                {{ __('Choose Image') }}
                                                @error('notification_image')

                                                {{ $message }}

                                                @enderror
                                                @if (env('VAPID_PUBLIC_KEY') == null && env('VAPID_PRIVATE_KEY') == null)
                                                @error('vapid_public_key')

                                                {{ $message }}

                                                @enderror
                                                @error('vapid_private_key')

                                                {{ $message }}

                                                @enderror

                                                {{ __('Click Here') }} {{ __('to generate the VAPID Public Key & the VAPID Private Key') . '.' }}

                                                @endif
                                                @endsection PKR\9E Cviews/admin/end-user/push-notification/write-notification.blade.phpnu[@extends('admin.layout') @section('content')
                                                @csrf
                                                {{ __('Send Notification') }}
                                                @if ($errors->has('title'))

                                                {{ $errors->first('title') }}

                                                @endif
                                                @if ($errors->has('button_name'))

                                                {{ $errors->first('button_name') }}

                                                @endif
                                                @if ($errors->has('button_url'))

                                                {{ $errors->first('button_url') }}

                                                @endif

                                                {{ __('Only those people will receive this notification, who has allowed it.') }}
                                                {{ __('Push notification won\'t work for \'http\' protocol, it needs \'https\' protocol.') }}

                                                @endsection PKR\ mm:views/admin/end-user/vendor/edit-current-package.blade.phpnu[ PKR\F'**,views/admin/end-user/vendor/create.blade.phpnu[@extends('admin.layout') @section('content')
                                                {{ __('Add Vendor') }}
                                                  @csrf

                                                  ...
                                                  {{ __('Choose Photo') }}

                                                  {{ __('Image Size 80x80') }}

                                                  @foreach ($languages as $language)

                                                  @php $currLang = $language; @endphp @foreach ($languages as $language) @continue($language->id == $currLang->id)
                                                  @endforeach
                                                  @endforeach
                                                  @endsection @section('script') @endsection PKR\" .views/admin/end-user/vendor/settings.blade.phpnu[@extends('admin.layout') @section('content')
                                                  {{ __('Settings') }}
                                                  @csrf
                                                  vendor_admin_approval == 1 ? 'checked' : '' }} name="vendor_admin_approval" class="custom-control-input" id="vendor_admin_approval">
                                                  vendor_email_verification == 1 ? 'checked' : '' }} name="vendor_email_verification" class="custom-control-input" id="customCheck2">

                                                  {{ __('This text will be visible in Vendor Dashboard') }}

                                                  @endsection PKR\ȸKK-views/admin/end-user/vendor/details.blade.phpnu[@extends('admin.layout') @section('content')
                                                  {{ __('Vendor Information') }}

                                                  @if ($vendor->photo != null) ... @else ... @endif

                                                  @php $currPackage = \App\Http\Helpers\VendorPermissionHelper::currPackageOrPending($vendor->id); $currMemb = \App\Http\Helpers\VendorPermissionHelper::currMembOrPending($vendor->id); @endphp
                                                  {{ __('Current Package:') }}
                                                  @if ($currPackage) {{ $currPackage->title }} {{ $currPackage->term }}
                                                  @csrf

                                                  @if ($currMemb->is_trial == 1) ({{ __('Expire Date') . ':' }} {{ Carbon\Carbon::parse($currMemb->expire_date)->format('M-d-Y') }}) {{ __('Trial') }} @else ({{ __('Expire Date') . ':' }} {{ $currPackage->term === 'lifetime' ? 'Lifetime' : Carbon\Carbon::parse($currMemb->expire_date)->format('M-d-Y') }}) @endif @if ($currMemb->status == 0)

                                                  @csrf
                                                  @endif

                                                  @else {{ __('Add Package') }} @endif
                                                  @php $nextPackage = \App\Http\Helpers\VendorPermissionHelper::nextPackage($vendor->id); $nextMemb = \App\Http\Helpers\VendorPermissionHelper::nextMembership($vendor->id); @endphp
                                                  {{ __('Next Package:') }}
                                                  @if ($nextPackage) {{ $nextPackage->title }} {{ $nextPackage->term }}
                                                  @csrf

                                                  @if ($currPackage->term != 'lifetime' && $nextMemb->is_trial != 1) ( {{ __('Activation Date') }}: {{ Carbon\Carbon::parse($nextMemb->start_date)->format('M-d-Y') }}, {{ __('Expire Date') }}: {{ $nextPackage->term === 'lifetime' ? 'Lifetime' : Carbon\Carbon::parse($nextMemb->expire_date)->format('M-d-Y') }}) @endif @if ($nextMemb->status == 0)

                                                  @csrf
                                                  @endif

                                                  @else @if (!empty($currPackage)) {{ __('Add Package') }} @else - @endif @endif
                                                  {{ __('Name') . ' :' }}
                                                  {{ @$vendor->vendor_info->name }}
                                                  {{ __('Username') . ' :' }}
                                                  {{ $vendor->username }}
                                                  {{ __('Email') . ' :' }}
                                                  {{ $vendor->email }}
                                                  {{ __('Phone') . ' :' }}
                                                  {{ $vendor->phone }}
                                                  {{ __('Country') . ' :' }}
                                                  {{ @$vendor->vendor_info->country }}
                                                  {{ __('City') . ' :' }}
                                                  {{ @$vendor->vendor_info->city }}
                                                  {{ __('State') . ' :' }}
                                                  {{ @$vendor->vendor_info->state }}
                                                  {{ __('Zip Code') . ' :' }}
                                                  {{ @$vendor->vendor_info->zip_code }}
                                                  {{ __('Address') . ' :' }}
                                                  {{ @$vendor->vendor_info->address }}
                                                  {{ __('Details') . ' :' }}
                                                  {{ @$vendor->vendor_info->details }}
                                                  {{ __('All Listings') }}
                                                  @includeIf('admin.partials.languages')
                                                  @if (count($listings) == 0)

                                                  {{ __('NO LISTING FOUND') . '!' }}

                                                  @else
                                                  @foreach ($listings as $listing) @if (count($charges) > 0) @endif @include('admin.listing.feature-payment') @endforeach
                                                  {{ __('Title') }} {{ __('Featured') }} {{ __('Status') }} {{ __('Actions') }}
                                                  {{ strlen(optional($listing->listing_content->first())->title) > 40 ? mb_substr(optional($listing->listing_content->first())->title, 0, 40, 'utf-8') . '...' : optional($listing->listing_content->first())->title }} @php $order_status = App\Models\FeatureOrder::where('listing_id', $listing->id)->first(); $today_date = now()->format('Y-m-d'); @endphp @if (is_null($order_status)) @endif @if ($order_status) @if ($order_status->order_status == 'pending')

                                                  {{ ucfirst('pending') }}

                                                  @endif @if ($order_status->order_status == 'completed') @if ($order_status->end_date < $today_date) @else

                                                  {{ ucfirst('Active') }}

                                                  @endif @endif @if ($order_status->order_status == 'rejected') @endif @endif
                                                  @csrf
                                                  @csrf
                                                  @endif
                                                  @includeIf('admin.end-user.vendor.edit-current-package') @includeIf('admin.end-user.vendor.add-current-package') @includeIf('admin.end-user.vendor.edit-next-package') @includeIf('admin.end-user.vendor.add-next-package') @endsection PKR\J{&4&4*views/admin/end-user/vendor/edit.blade.phpnu[@extends('admin.layout') @section('content')
                                                  {{ __('Edit Vendor') }}
                                                    @csrf

                                                    {{ __('Details') }}



                                                    @if ($vendor->photo != null) ... @else ... @endif
                                                    {{ __('Choose Photo') }}

                                                    {{ __('Image Size 80x80') }}

                                                    show_email_addresss == 1 ? 'checked' : '' }} name="show_email_addresss" class="custom-control-input" id="show_email_addresss">
                                                    show_phone_number == 1 ? 'checked' : '' }} name="show_phone_number" class="custom-control-input" id="show_phone_number">
                                                    show_contact_form == 1 ? 'checked' : '' }} name="show_contact_form" class="custom-control-input" id="show_contact_form">
                                                    @foreach ($languages as $language)
                                                    @php $vendor_info = App\Models\VendorInfo::where('vendor_id', $vendor->id) ->where('language_id', $language->id) ->first(); @endphp

                                                    @endforeach
                                                    @endsection @section('script') @endsection PKR\8Lvgg7views/admin/end-user/vendor/edit-next-package.blade.phpnu[ PKR\k' 5views/admin/end-user/vendor/change-password.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Change Password') }}
                                                    @csrf

                                                    @endsection PKR\l p +views/admin/end-user/vendor/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('All Vendors') }}
                                                    @if (count($vendors) == 0)

                                                    {{ __('NO VENDOR FOUND') . '!' }}

                                                    @else
                                                    @foreach ($vendors as $vendor) @endforeach
                                                    {{ __('Username') }} {{ __('Email ID') }} {{ __('Phone') }} {{ __('Account Status') }} {{ __('Email Status') }} {{ __('Actions') }}
                                                    {{ $vendor->username }} {{ $vendor->email }} {{ empty($vendor->phone) ? '-' : $vendor->phone }}
                                                    @csrf
                                                    @csrf
                                                    @endif
                                                    @endsection PKR\ 9views/admin/end-user/vendor/add-current-package.blade.phpnu[ PKR\QQ6views/admin/end-user/vendor/add-next-package.blade.phpnu[ PKR\Kav))"views/admin/popup/create.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Add Popup') . ' (' . __('Type') . ' - ' . $popupType . ')' }}
                                                    {{ __('Back') }}
                                                    @csrf

                                                    ...
                                                    {{ __('Choose Image') }}

                                                    {{ __('This name will not appear in UI. Rather then, it will help the admin to identify the popup.') }}

                                                    @if ($popupType == 2 || $popupType == 3 || $popupType == 7)

                                                    @endif @if ($popupType == 2 || $popupType == 3)

                                                    {{ __('This will decide the transparency level of the color.') }}
                                                    {{ __('Value must be between 0 to 1.') }}
                                                    {{ __('Transparency level will be lower with the increment of the value.') }}

                                                    @endif @if ($popupType == 2 || $popupType == 3 || $popupType == 4 || $popupType == 5 || $popupType == 6 || $popupType == 7)

                                                    @endif @if ($popupType == 2 || $popupType == 4 || $popupType == 6 || $popupType == 7)

                                                    @endif @if ($popupType == 6 || $popupType == 7)

                                                    @endif

                                                    {{ __('Popup will appear in UI after this delay time.') }}

                                                    {{ __('If there are multiple active popups, then popups will be shown in UI according to serial number.') }}
                                                    {{ __('The higher the serial number is, the later the Popup will be shown.') }}

                                                    @endsection PKR\bxx&views/admin/popup/popup-type.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Select Popup Type') }}
                                                    @endsection PKR\t]+]+ views/admin/popup/edit.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Edit Popup') . ' (' . __('Type') . ' - ' . $popup->type . ')' }}
                                                    {{ __('Back') }}
                                                    @csrf

                                                    popup image
                                                    {{ __('Choose Image') }}

                                                    {{ __('This name will not appear in UI. Rather then, it will help the admin to identify the popup.') }}

                                                    @if ($popup->type == 2 || $popup->type == 3 || $popup->type == 7)

                                                    @endif @if ($popup->type == 2 || $popup->type == 3)

                                                    {{ __('This will decide the transparency level of the color.') }}
                                                    {{ __('Value must be between 0 to 1.') }}
                                                    {{ __('Transparency level will be lower with the increment of the value.') }}

                                                    @endif @if ( $popup->type == 2 || $popup->type == 3 || $popup->type == 4 || $popup->type == 5 || $popup->type == 6 || $popup->type == 7)

                                                    @endif @if ($popup->type == 2 || $popup->type == 4 || $popup->type == 6 || $popup->type == 7)

                                                    @endif @if ($popup->type == 6 || $popup->type == 7) @php $endDate = Carbon\Carbon::parse($popup->end_date); $endDate = date_format($endDate, 'm/d/Y'); $endTime = date('h:i A', strtotime($popup->end_time)); @endphp

                                                    @endif

                                                    {{ __('Popup will appear in UI after this delay time.') }}

                                                    {{ __('If there are multiple active popups, then popups will be shown in UI according to serial number.') }}
                                                    {{ __('The higher the serial number is, the later the Popup will be shown.') }}

                                                    @endsection PKR\C!views/admin/popup/index.blade.phpnu[@extends('admin.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('admin.partials.rtl-style') @section('content')
                                                    {{ __('Popups') }}
                                                    @includeIf('admin.partials.languages')
                                                    {{ __('Add Popup') }}
                                                    @if (count($popups) == 0)

                                                    {{ __('NO POPUP FOUND') . '!' }}

                                                    @else
                                                    @foreach ($popups as $popup) @endforeach
                                                    {{ __('Type') }} {{ __('Name') }} {{ __('Image') }} {{ __('Status') }} {{ __('Serial Number') }} {{ __('Actions') }}
                                                    popup type image

                                                    {{ __('Type') . ' - ' . $popup->type }}

                                                    {{ $popup->name }} popup image
                                                    @csrf
                                                    {{ $popup->serial_number }}
                                                    @csrf
                                                    @endif
                                                    @endsection PKR\+$$%views/admin/admin/dashboard.blade.phpnu[@extends('admin.layout') @section('content')

                                                    {{ __('Welcome back,') }} {{ $authAdmin->first_name . ' ' . $authAdmin->last_name . '!' }}

                                                    {{-- dashboard information start --}} @php if (!is_null($roleInfo)) { $rolePermissions = json_decode($roleInfo->permissions); } @endphp
                                                    @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Listing Managements', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Subscription Log', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Shop Management', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Shop Management', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Blog Management', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Vendors Management', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('User Management', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('User Management', $rolePermissions))) @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Package Management', $rolePermissions)))
                                                    {{ __('Monthly Package Purchase') }} ({{ date('Y') }})
                                                    @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('User Management', $rolePermissions)))
                                                    {{ __('Month wise registered users') }} ({{ date('Y') }})
                                                    @endif
                                                    {{-- dashboard information end --}} @endsection @section('script') @endsection PKR\/J; ; +views/admin/admin/change-password.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Change Password') }}
                                                    @csrf

                                                    @endsection PKR\.Ȃ22(views/admin/admin/edit-profile.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Update Profile') }}
                                                    @csrf

                                                    @if (!empty($adminInfo->image)) image @else ... @endif
                                                    {{ __('Choose Image') }}
                                                    @if ($errors->has('image'))

                                                    {{ $errors->first('image') }}

                                                    @endif

                                                    {{ __('Upload squre size image for best quality.') }}

                                                    @if ($errors->has('username'))

                                                    {{ $errors->first('username') }}

                                                    @endif
                                                    @if ($errors->has('address'))

                                                    {{ $errors->first('address') }}

                                                    @endif
                                                    @if ($errors->has('email'))

                                                    {{ $errors->first('email') }}

                                                    @endif
                                                    @if ($errors->has('phone'))

                                                    {{ $errors->first('phone') }}

                                                    @endif
                                                    show_email_address == 1 ? 'checked' : '' }} name="show_email_address" class="custom-control-input" id="show_email_address">
                                                    show_phone_number == 1 ? 'checked' : '' }} name="show_phone_number" class="custom-control-input" id="show_phone_number">
                                                    @if ($errors->has('first_name'))

                                                    {{ $errors->first('first_name') }}

                                                    @endif
                                                    @if ($errors->has('last_name'))

                                                    {{ $errors->first('last_name') }}

                                                    @endif
                                                    @if ($errors->has('details'))

                                                    {{ $errors->first('details') }}

                                                    @endif
                                                    @endsection PKR\D<<5views/admin/administrator/site-admin/create.blade.phpnu[ PKR\|3views/admin/administrator/site-admin/edit.blade.phpnu[ PKR\ OO4views/admin/administrator/site-admin/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Admins') }}
                                                    @if (count($admins) == 0)

                                                    {{ __('NO ADMIN FOUND') . '!' }}

                                                    @else
                                                    @foreach ($admins as $admin) @endforeach
                                                    # {{ __('Profile Picture') }} {{ __('Username') }} {{ __('Email ID') }} {{ __('Role') }} {{ __('Status') }} {{ __('Actions') }}
                                                    {{ $loop->iteration }} admin image {{ $admin->username }} {{ $admin->email }} {{ $admin->roleName }}
                                                    @csrf
                                                    @csrf
                                                    @endif
                                                    {{-- create modal --}} @include('admin.administrator.site-admin.create') {{-- edit modal --}} @include('admin.administrator.site-admin.edit') @endsection PKR\Л:views/admin/administrator/role-permission/create.blade.phpnu[ PKR\mv--?views/admin/administrator/role-permission/permissions.blade.phpnu[@extends('admin.layout') @section('content')
                                                    @csrf
                                                    {{ __('Permissions of') . ' ' . $role->name }}
                                                    {{ __('Back') }}
                                                    @php $rolePermissions = json_decode($role->permissions); @endphp
                                                    @endsection PKR\p8views/admin/administrator/role-permission/edit.blade.phpnu[ PKR\rr9views/admin/administrator/role-permission/index.blade.phpnu[@extends('admin.layout') @section('content')
                                                    {{ __('Roles') }}
                                                    @if (count($roles) == 0)

                                                    {{ __('NO ROLE FOUND') . '!' }}

                                                    @else
                                                    @foreach ($roles as $role) @endforeach
                                                    # {{ __('Name') }} {{ __('Permissions') }} {{ __('Actions') }}
                                                    {{ $loop->iteration }} {{ $role->name }} {{ __('Manage') }}
                                                    @csrf
                                                    @endif
                                                    {{-- create modal --}} @include('admin.administrator.role-permission.create') {{-- edit modal --}} @include('admin.administrator.role-permission.edit') @endsection PKR\eejs/bootstrap.jsnu[window._ = require('lodash'); /** * We'll load the axios HTTP library which allows us to easily issue requests * to our Laravel back-end. This library automatically handles sending the * CSRF token as a header based on the value of the "XSRF" token cookie. */ window.axios = require('axios'); window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; /** * Echo exposes an expressive API for subscribing to channels and listening * for events that are broadcast by Laravel. Echo and event broadcasting * allows your team to easily build robust real-time web applications. */ // import Echo from 'laravel-echo'; // window.Pusher = require('pusher-js'); // window.Echo = new Echo({ // broadcaster: 'pusher', // key: process.env.MIX_PUSHER_APP_KEY, // cluster: process.env.MIX_PUSHER_APP_CLUSTER, // forceTLS: true // }); PKR\b js/app.jsnu[require('./bootstrap'); PKR\ css/app.cssnu[PKR\񸑚55 lang/en.jsonnu[{"Stock Out":"Stock Out","NO FEATURE FOUND":"NO FEATURE FOUND","Save":"Save","NO WISHLIST ITEM FOUND":"NO WISHLIST ITEM FOUND","Wishlist Items":"Wishlist Items","Filters":"Filters","1 stars and above":"1 star and above","2 stars and above":"2 stars and above","3 stars and above":"3 stars and above","4 stars and above":"4 stars and above","5 stars":"5 stars","NO PACKAGE FOUND":"NO PACKAGE FOUND","Image Size":"Image Size","Total Orders":"Total Orders","Total Tickets":"Total Tickets","NO VENDOR FOUND":"NO VENDOR FOUND","NO WISHLIST FOUND":"NO WISHLIST FOUND","Options":"Options","Reset All":"Reset All","Useful Links":"Useful Links","Related Products":"Related Products","Images Per Listings":"Images Per Listings","Purchase":"Purchase","Frequently Asked Questions":"Frequently Asked Questions","Please":"Please","To Give Your Review":"To Give Your Review","NO FAQ FOUND":"NO FAQ FOUND","NO REVIEW FOUND":"NO REVIEW FOUND","NO PRODUCT FOUND":"NO PRODUCT FOUND","Order No.":"Order No.","Tawk.To":"Tawk.To","Telegram":"Telegram","WhatsApp":"WhatsApp","Messenger":"Messenger","Product Image Per Product (Unlimited)":"Product Image Per Product (Unlimited)","Product Per Listing (Unlimited)":"Product Per Listing (Unlimited)","FAQ Per Listing(Unlimited)":"FAQ Per Listing(Unlimited)","Social Links Per Listing(Unlimited)":"Social Links Per Listing(Unlimited)","Feature Per Listing (Unlimited)":"Feature Per Listing (Unlimited)","Amenities Per Listing(Unlimited)":"Amenities Per Listing(Unlimited)","Images Per Listing (Unlimited)":"Images Per Listing (Unlimited)","Listing (Unlimited)":"Listing (Unlimited)","FAQ Per Listing":"FAQ Per Listing","Social Link Per Listing":"Social Link Per Listing","Feature Per Listing":"Feature Per Listing","Amenitie Per Listing":"Amenitie Per Listing","Product Image Per Product":"Product Image Per Product","Product Per Listing":"Product Per Listing","Images Per Listing":"Images Per Listing","Product Images Per Product":"Product Images Per Product","Products Per Listing":"Products Per Listing","FAQs Per Listing":"FAQs Per Listing","Social Links Per Listing":"Social Links Per Listing","Amenities Per Listing":"Amenities Per Listing","Features Per Listing":"Features Per Listing","Share on":"Share on","Share_On":"Share_On","All Listings":"All Listings","Friday":"Friday","Thursday":"Thursday","Wednesday":"Wednesday","Tuesday":"Tuesday","Monday":"Monday","Sunday":"Sunday","Saturday":"Saturday","NO LISTING FOUND":"NO LISTING FOUND","Show More":"Show More","From":"From","Test Package":"Test Package","Show Less":"Show Less","Popular":"Popular","Unlimited Feature":"Unlimited Feature","Product Enquiry Form":"Product Enquiry Form","Product Images":"Product Images","Product Image":"Product Image","Unlimited Product Image":"Unlimited Product Image","Products":"Products","Product":"Product","Unlimited Products":"Unlimited Products","Business Hours":"Business Hours","FAQs":"FAQs","FAQ":"FAQ","Unlimited FAQ":"Unlimited FAQ","Social Links":"Social Links","Social Link":"Social Link","Unlimited Social Links":"Unlimited Social Links","Feature":"Feature","Amenities":"Amenities","Unlimited Amenities":"Unlimited Amenities","Video":"Video","Enquiry Form":"Enquiry Form","Image Per Listing":"Image Per Listing","Unlimited Listing Image":"Unlimited Listing Image","Listings":"Listings","Listing":"Listing","Unlimited Listing":"Unlimited Listing","What's Included":"What's Included","Lifetime":"Lifetime","Yearly":"Yearly","Monthly":"Monthly","Services":"Services","Total Listings":"Total Listings","Save Place":"Save Place","I\u2019m Looking for":"I\u2019m Looking for","Search Now":"Search Now","Make Query":"Make Query","Submit Message":"Submit Message","Select City":"Select City","Select State":"Select State","Select Vendor":"Select Vendor","Select Country":"Select Country","royal":"royal","Back to Home":"Back to Home","Star":"Star","Ticket":"Ticket","Paid Amount":"Paid Amount","Shipping Cost":"Shipping Cost","Login with Google":"Login with Google","Login with Facebook":"Login with Facebook","Authorize.net":"Authorize.net","Vendor name\/username":"Vendor name\/username","NO POST FOUND":"NO POST FOUND","All Posts":"All Posts","Search Posts":"Search Posts","Posts":"Posts","Method":"Method","star":"star","A contact request was sent successfully":"A contact request was sent successfully","Message sent successfully":"Message sent successfully","Sign up successfully completed.Please Login Now":"Sign up successfully completed.Please Login Now","Incorrect username or password":"Incorrect username or password","Sorry, your account has been deactivated":"Sorry, your account has been deactivated","Please verify your email address":"Please verify your email address","A verification mail has been sent to your email address":"A verification mail has been sent to your email address","A mail has been sent to your email address":"A mail has been sent to your email address","Sorry, you are offline":"Sorry, you are offline","Super Admin":"Super Admin","404 not found":"404 not found","No Faq Found":"No Faq Found","only .zip file is allowed.":"only .zip file is allowed.","Max upload size is 20 MB":"Max upload size is 20 MB","Specifications":"Specifications","Contact Vendor":"Contact Vendor","Vendor":"Vendor","My Wishlists":"My Wishlists","Cart Total":"Cart Total","Linkedin":"Linkedin","Twitter":"Twitter","Facebook":"Facebook","Price : Low to High":"Price : Low to High","Price : High to Low":"Price : High to Low","Date : Oldest on top":"Date : Oldest on top","Date : Newest on top":"Date : Newest on top","Search by Title":"Search by Title","Vendor username":"Vendor username","Found":"Found","Search By Location":"Search By Location","Only .zip file is allowed.":"Only .zip file is allowed.","Product Details":"Product Details","Filter":"Filter","Find Now":"Find Now","404":"404","Customer":"Customer","Vendor Details":"Vendor Details","Read Less":"Read Less","Read More":"Read More","Zip Code":"Zip Code","All Blog Post":"All Blog Post","Comments":"Comments","This product has no review yet":"This product has no review yet","Visit Profile":"Visit Profile","Vendor Profile Available":"Vendor Profile Available","Contact Now":"Contact Now","Enter vendor name":"Enter vendor name","Enter location":"Enter location","Vendors":"Vendors","Max upload size 5 MB":"Max upload size 5 MB","Reply":"Reply","No Message Found":"No Message Found","Replies":"Replies","Support Ticket Details":"Support Ticket Details","Closed":"Closed","Open":"Open","Pending":"Pending","Enter Subject":"Enter Subject","Create a Support Ticket":"Create a Support Ticket","Ticket ID":"Ticket ID","Status":"Status","Submit a Ticket":"Submit a Ticket","Go Back":"Go Back","Download":"Download","Ordered Product":"Ordered Product","Paid amount":"Paid amount","Payment Information":"Payment Information","Billing Address":"Billing Address","Shipping Address":"Shipping Address","print":"print","Order Date":"Order Date","Order":"Order","My order details":"My order details","Order Details":"Order Details","rejected":"rejected","completed":"completed","pending":"pending","processing":"processing","Order Number":"Order Number","Payment Status":"Payment Status","Order Status":"Order Status","Orders":"Orders","Dashboard":"Dashboard","Support Tickets":"Support Tickets","My Orders":"My Orders","Thank you":"Thank you","We have sent you a mail with an invoice":"We have sent you a mail with an invoice","Your transaction was successful":"Your transaction was successful","usually within 24\u201348 hours":"usually within 24\u201348 hours","We answer every request as quickly as we can":"We answer every request as quickly as we can","Your transaction request was received and sent for review":"Your transaction request was received and sent for review","Success":"Success","Razorpay":"Razorpay","PayPal":"PayPal","Instamojo":"Instamojo","Paystack":"Paystack","Flutterwave":"Flutterwave","MercadoPago":"MercadoPago","Mollie":"Mollie","Paytm":"Paytm","Stripe":"Stripe","Citibank":"PayPal","Bank of America":"Bank of America","Shipping Method":"Shipping Method","Enter Product Name":"Enter Product Name","Product Name":"Product Name","Cart":"Cart","Shop":"Shop","Enter Location":"Enter Location","About Us":"About Us","Login":"Login","Signup":"Signup","Logout":"Logout","Home":"Home","Blog":"Blog","Blogs":"Blogs","Contact":"Contact","Sort By":"Sort By","Price":"Price","Search":"Search","View":"View","More Details":"More Details","Subscribe to Our Newsletter":"Subscribe to Our Newsletter","Enter Your Email Address":"Enter Your Email Address","Subscribe":"Subscribe","Follow Us":"Follow Us","No Link Found":"No Link Found","Contact Us":"Contact Us","No Work Process Found":"No Work Process Found","No Feature Found":"No Feature Found","No Information Found":"No Information Found","No Equipment Found":"No Equipment Found","No Testimonial Found":"No Testimonial Found","No Partner Information Found":"No Partner Information Found","Categories":"Categories","All":"All","Filter Price":"Filter Price","off":"off","Description":"Description","Features":"Features","Reviews":"Reviews","Comment":"Comment","Rating":"Rating","Submit":"Submit","Click Here":"Click Here","Enter Full Name":"Enter Full Name","Enter Contact Number":"Enter Contact Number","Enter Email":"Enter Email","Category":"Category","Email Address":"Email Address","Password":"Password","Lost your password":"Lost your password","First Name":"First Name","Last Name":"Last Name","Phone Number":"Phone Number","Address":"Address","City":"City","State":"State","Country":"Country","Search Blog":"Search Blog","Search By Title":"Search By Title","Share":"Share","Tweet":"Tweet","Enter Your Full Name":"Enter Your Full Name","Enter Your Email":"Enter Your Email","Enter Email Subject":"Enter Email Subject","Write Your Message":"Write Your Message","Send":"Send","Username":"Username","Confirm Password":"Confirm Password","Proceed":"Proceed","Reset Password":"Reset Password","New Password":"New Password","Confirm New Password":"Confirm New Password","Edit Profile":"Edit Profile","Change Password":"Change Password","Equipment Bookings":"Equipment Bookings","Product Orders":"Product Orders","Account Information":"Account Information","Name":"Name","Email":"Email","Phone":"Phone","Edit Your Profile":"Edit Your Profile","Contact Number":"Contact Number","Current Password":"Current Password","Date":"Date","Details":"Details","Location":"Location","No Partner Found":"No Partner Found","About Company":"About Company","More Features":"More Features","Search By Category":"Search By Category","Items":"Items","Item":"Item","Enter Shop Location":"Enter Shop Location","About":"About","Read more":"Read more","View Profile":"View Profile","Overview Of":"Overview Of","Member since":"Member since","Subject":"Subject","By Admin":"By Admin","By":"By","Admin":"Admin","Explore Popular Categories":"Explore Popular Categories","All Categories":"All Categories","Save to Wishlist":"Save to Wishlist","Saved":"Saved","View All":"View All","View Details":"View Details","View More":"View More","Subscribe Us":"Subscribe Us","Enter email":"Enter email","Stay update with us and get offer":"Stay update with us and get offer","Transmission Types":"Transmission Types","Pricing":"Pricing","Available":"Available","Default":"Default","Newest":"Newest","Oldest":"Oldest","High to Low":"High to Low","Low to High":"Low to High","Recent Posts":"Recent Posts","Forgot password":"Forgot password","don't have an account":"don't have an account","to Signup":"to Signup","Already have an account":"Already have an account","to Login":"to Login","User":"User","Wishlists":"Wishlists","Serial":"Serial","Action":"Action","Remove":"Remove","Update Profile":"Update Profile","Forget Password":"Forget Password","Send me a recovery link":"Send me a recovery link","My Wishlist":"My Wishlist","Wishlist":"Wishlist","Grid View":"Grid View","List View":"List View","Message":"Message","Send message":"Send message","Share Now":"Share Now","1 star and higher":"1 star and higher","2 stars and higher":"2 stars and higher","3 stars and higher":"3 stars and higher","4 stars and higher":"4 stars and higher","Available Now":"Available Now","Cart is Empty":"Cart is Empty","Quantity":"Quantity","Stock":"Stock","Total":"Total","Avilable Now":"Avilable Now","In Stock":"In Stock","Out Of Stock":"Out Of Stock","Total Quantity":"Total Quantity","Total Price":"Total Price","Update Cart":"Update Cart","Checkout":"Checkout","Billing Details":"Billing Details","Ship to a different address":"Ship to a different address","Shipping Details":"Shipping Details","Method Name":"Method Name","Charge":"Charge","Order Summary":"Order Summary","Subtotal":"Subtotal","Shipping Charge":"Shipping Charge","Payment Method":"Payment Method","Choose a Payment Method":"Choose a Payment Method","Card Number":"Card Number","CVC Number":"CVC Number","Expiry Month":"Expiry Month","Expiry Year":"Expiry Year","Instructions":"Instructions","Attachment":"Attachment","Place Order":"Place Order","Enter Coupon Code":"Enter Coupon Code","Apply":"Apply","Add to Cart":"Add to Cart","Order Now":"Order Now","Related Product":"Related Product","Ratings":"Ratings","Tax":"Tax","Discount":"Discount","Contact Information":"Contact Information","Our Address":"Our Address","Write a Review":"Write a Review","Submit Review":"Submit Review","Customer Review":"Customer Review","Business Days":"Business Days","Showing":"Showing","Results":"Results","Pricing Filter":"Pricing Filter","Enter Title":"Enter Title","Enter Titl":"Enter Titl","The page you are looking for might have been moved, renamed, or might never existed.":"The page you are looking for might have been moved, renamed, or might never existed."}PKR\D+55lang/default.jsonnu[{"Stock Out":"Stock Out","NO FEATURE FOUND":"NO FEATURE FOUND","Save":"Save","NO WISHLIST ITEM FOUND":"NO WISHLIST ITEM FOUND","Wishlist Items":"Wishlist Items","Filters":"Filters","1 stars and above":"1 star and above","2 stars and above":"2 stars and above","3 stars and above":"3 stars and above","4 stars and above":"4 stars and above","5 stars":"5 star","NO PACKAGE FOUND":"NO PACKAGE FOUND","Image Size":"Image Size","Total Orders":"Total Orders","Total Tickets":"Total Tickets","NO VENDOR FOUND":"NO VENDOR FOUND","NO WISHLIST FOUND":"NO WISHLIST FOUND","Options":"Options","Reset All":"Reset All","Useful Links":"Useful Links","Related Products":"Related Products","Images Per Listings":"Images Per Listings","Purchase":"Purchase","Frequently Asked Questions":"Frequently Asked Questions","Please":"Please","To Give Your Review":"To Give Your Review","NO FAQ FOUND":"NO FAQ FOUND","NO REVIEW FOUND":"NO REVIEW FOUND","NO PRODUCT FOUND":"NO PRODUCT FOUND","Order No.":"Order No.","Tawk.To":"Tawk.To","Telegram":"Telegram","WhatsApp":"WhatsApp","Messenger":"Messenger","Product Image Per Product (Unlimited)":"Product Image Per Product (Unlimited)","Product Per Listing (Unlimited)":"Product Per Listing (Unlimited)","FAQ Per Listing(Unlimited)":"FAQ Per Listing(Unlimited)","Social Links Per Listing(Unlimited)":"Social Links Per Listing(Unlimited)","Feature Per Listing (Unlimited)":"Feature Per Listing (Unlimited)","Amenities Per Listing(Unlimited)":"Amenities Per Listing(Unlimited)","Images Per Listing (Unlimited)":"Images Per Listing (Unlimited)","Listing (Unlimited)":"Listing (Unlimited)","FAQ Per Listing":"FAQ Per Listing","Social Link Per Listing":"Social Link Per Listing","Feature Per Listing":"Feature Per Listing","Amenitie Per Listing":"Amenitie Per Listing","Product Image Per Product":"Product Image Per Product","Product Per Listing":"Product Per Listing","Images Per Listing":"Images Per Listing","Product Images Per Product":"Product Images Per Product","Products Per Listing":"Products Per Listing","FAQs Per Listing":"FAQs Per Listing","Social Links Per Listing":"Social Links Per Listing","Amenities Per Listing":"Amenities Per Listing","Features Per Listing":"Features Per Listing","Share on":"Share on","Share_On":"Share_On","All Listings":"All Listings","Friday":"Friday","Thursday":"Thursday","Wednesday":"Wednesday","Tuesday":"Tuesday","Monday":"Monday","Sunday":"Sunday","Saturday":"Saturday","NO LISTING FOUND":"NO LISTING FOUND","Show More":"Show More","From":"From","Test Package":"Test Package","Show Less":"Show Less","Popular":"Popular","Unlimited Feature":"Unlimited Feature","Product Enquiry Form":"Product Enquiry Form","Product Images":"Product Images","Product Image":"Product Image","Unlimited Product Image":"Unlimited Product Image","Products":"Products","Product":"Product","Unlimited Products":"Unlimited Products","Business Hours":"Business Hours","FAQs":"FAQs","FAQ":"FAQ","Unlimited FAQ":"Unlimited FAQ","Social Links":"Social Links","Social Link":"Social Link","Unlimited Social Links":"Unlimited Social Links","Feature":"Feature","Amenities":"Amenities","Unlimited Amenities":"Unlimited Amenities","Video":"Video","Enquiry Form":"Enquiry Form","Image Per Listing":"Image Per Listing","Unlimited Listing Image":"Unlimited Listing Image","Listings":"Listings","Listing":"Listing","Unlimited Listing":"Unlimited Listing","What's Included":"What's Included","Lifetime":"Lifetime","Yearly":"Yearly","Monthly":"Monthly","Services":"Services","Total Listings":"Total Listings","Save Place":"Save Place","I\u2019m Looking for":"I\u2019m Looking for","Search Now":"Search Now","Make Query":"Make Query","Submit Message":"Submit Message","Select City":"Select City","Select State":"Select State","Select Vendor":"Select Vendor","Select Country":"Select Country","royal":"royal","Back to Home":"Back to Home","Star":"Star","Ticket":"Ticket","Paid Amount":"Paid Amount","Shipping Cost":"Shipping Cost","Login with Google":"Login with Google","Login with Facebook":"Login with Facebook","Authorize.net":"Authorize.net","Vendor name\/username":"Vendor name\/username","All Posts":"All Posts","Search Posts":"Search Posts","Posts":"Posts","Method":"Method","star":"star","A contact request was sent successfully":"A contact request was sent successfully","Message sent successfully":"Message sent successfully","Sign up successfully completed.Please Login Now":"Sign up successfully completed.Please Login Now","Incorrect username or password":"Incorrect username or password","Sorry, your account has been deactivated":"Sorry, your account has been deactivated","Please verify your email address":"Please verify your email address","A verification mail has been sent to your email address":"A verification mail has been sent to your email address","A mail has been sent to your email address":"A mail has been sent to your email address","Sorry, you are offline":"Sorry, you are offline","Super Admin":"Super Admin","404 not found":"404 not found","No Faq Found":"No Faq Found","only .zip file is allowed.":"only .zip file is allowed.","Max upload size is 20 MB":"Max upload size is 20 MB","Specifications":"Specifications","Contact Vendor":"Contact Vendor","Vendor":"Vendor","My Wishlists":"My Wishlists","Cart Total":"Cart Total","Linkedin":"Linkedin","Twitter":"Twitter","Facebook":"Facebook","Price : Low to High":"Price : Low to High","Price : High to Low":"Price : High to Low","Date : Oldest on top":"Date : Oldest on top","Date : Newest on top":"Date : Newest on top","Search by Title":"Search by Title","Vendor username":"Vendor username","Found":"Found","Search By Location":"Search By Location","Only .zip file is allowed.":"Only .zip file is allowed.","Product Details":"Product Details","Filter":"Filter","Find Now":"Find Now","404":"404","Customer":"Customer","Vendor Details":"Vendor Details","Read Less":"Read Less","Read More":"Read More","Zip Code":"Zip Code","All Blog Post":"All Blog Post","Comments":"Comments","This product has no review yet":"This product has no review yet","Visit Profile":"Visit Profile","Vendor Profile Available":"Vendor Profile Available","Contact Now":"Contact Now","Enter vendor name":"Enter vendor name","Enter location":"Enter location","Vendors":"Vendors","Max upload size 5 MB":"Max upload size 5 MB","Reply":"Reply","No Message Found":"No Message Found","Replies":"Replies","Support Ticket Details":"Support Ticket Details","Closed":"Closed","Open":"Open","Pending":"Pending","Enter Subject":"Enter Subject","Create a Support Ticket":"Create a Support Ticket","Ticket ID":"Ticket ID","Status":"Status","Submit a Ticket":"Submit a Ticket","Go Back":"Go Back","Download":"Download","Ordered Product":"Ordered Product","Paid amount":"Paid amount","Payment Information":"Payment Information","Billing Address":"Billing Address","Shipping Address":"Shipping Address","print":"print","Order Date":"Order Date","Order":"Order","My order details":"My order details","Order Details":"Order Details","rejected":"rejected","completed":"completed","pending":"pending","processing":"processing","Order Number":"Order Number","Payment Status":"Payment Status","Order Status":"Order Status","Orders":"Orders","Dashboard":"Dashboard","Support Tickets":"Support Tickets","My Orders":"My Orders","Thank you":"Thank you","We have sent you a mail with an invoice":"We have sent you a mail with an invoice","Your transaction was successful":"Your transaction was successful","usually within 24\u201348 hours":"usually within 24\u201348 hours","We answer every request as quickly as we can":"We answer every request as quickly as we can","Your transaction request was received and sent for review":"Your transaction request was received and sent for review","Success":"Success","Razorpay":"Razorpay","PayPal":"PayPal","Instamojo":"Instamojo","Paystack":"Paystack","Flutterwave":"Flutterwave","MercadoPago":"MercadoPago","Mollie":"Mollie","Paytm":"Paytm","Stripe":"Citibank","Citibank":"PayPal","Bank of America":"Bank of America","Shipping Method":"Shipping Method","Enter Product Name":"Enter Product Name","Product Name":"Product Name","Cart":"Cart","Shop":"Shop","Enter Location":"Enter Location","About Us":"About Us","Login":"Login","Signup":"Signup","Logout":"Logout","Home":"Home","Blog":"Blog","Blogs":"Blogs","Contact":"Contact","Sort By":"Sort By","Price":"Price","Search":"Search","View":"View","More Details":"More Details","Subscribe to Our Newsletter":"Subscribe to Our Newsletter","Enter Your Email Address":"Enter Your Email Address","Subscribe":"Subscribe","Follow Us":"Follow Us","No Link Found":"No Link Found","Contact Us":"Contact Us","No Work Process Found":"No Work Process Found","No Feature Found":"No Feature Found","No Information Found":"No Information Found","No Equipment Found":"No Equipment Found","No Testimonial Found":"No Testimonial Found","NO POST FOUND":"NO POST FOUND","No Partner Information Found":"No Partner Information Found","Categories":"Categories","All":"All","Filter Price":"Filter Price","off":"off","Description":"Description","Features":"Features","Reviews":"Reviews","Comment":"Comment","Rating":"Rating","Submit":"Submit","Click Here":"Click Here","Enter Full Name":"Enter Full Name","Enter Contact Number":"Enter Contact Number","Enter Email":"Enter Email","Category":"Category","Email Address":"Email Address","Password":"Password","Lost your password":"Lost your password","First Name":"First Name","Last Name":"Last Name","Phone Number":"Phone Number","Address":"Address","City":"City","State":"State","Country":"Country","Search Blog":"Search Blog","Search By Title":"Search By Title","Share":"Share","Tweet":"Tweet","Enter Your Full Name":"Enter Your Full Name","Enter Your Email":"Enter Your Email","Enter Email Subject":"Enter Email Subject","Write Your Message":"Write Your Message","Send":"Send","Username":"Username","Confirm Password":"Confirm Password","Proceed":"Proceed","Reset Password":"Reset Password","New Password":"New Password","Confirm New Password":"Confirm New Password","Edit Profile":"Edit Profile","Change Password":"Change Password","Equipment Bookings":"Equipment Bookings","Product Orders":"Product Orders","Account Information":"Account Information","Name":"Name","Email":"Email","Phone":"Phone","Edit Your Profile":"Edit Your Profile","Contact Number":"Contact Number","Current Password":"Current Password","Date":"Date","Details":"Details","Location":"Location","No Partner Found":"No Partner Found","About Company":"About Company","More Features":"More Features","Search By Category":"Search By Category","Items":"Items","Item":"Item","Enter Shop Location":"Enter Shop Location","About":"About","Read more":"Read more","View Profile":"View Profile","Overview Of":"Overview Of","Member since":"Member since","Subject":"Subject","By Admin":"By Admin","By":"By","Admin":"Admin","Explore Popular Categories":"Explore Popular Categories","All Categories":"All Categories","Save to Wishlist":"Save to Wishlist","Saved":"Saved","View All":"View All","View Details":"View Details","View More":"View More","Subscribe Us":"Subscribe Us","Enter email":"Enter email","Stay update with us and get offer":"Stay update with us and get offer","Transmission Types":"Transmission Types","Pricing":"Pricing","Available":"Available","Default":"Default","Newest":"Newest","Oldest":"Oldest","High to Low":"High to Low","Low to High":"Low to High","Recent Posts":"Recent Posts","Forgot password":"Forgot password","don't have an account":"don't have an account","to Signup":"to Signup","Already have an account":"Already have an account","to Login":"to Login","User":"User","Wishlists":"Wishlists","Serial":"Serial","Action":"Action","Remove":"Remove","Update Profile":"Update Profile","Forget Password":"Forget Password","Send me a recovery link":"Send me a recovery link","My Wishlist":"My Wishlist","Wishlist":"Wishlist","Grid View":"Grid View","List View":"List View","Message":"Message","Send message":"Send message","Share Now":"Share Now","1 star and higher":"1 star and higher","2 stars and higher":"2 stars and higher","3 stars and higher":"3 stars and higher","4 stars and higher":"4 stars and higher","Available Now":"Available Now","Cart is Empty":"Cart is Empty","Quantity":"Quantity","Stock":"Stock","Total":"Total","Avilable Now":"Avilable Now","In Stock":"In Stock","Out Of Stock":"Out Of Stock","Total Quantity":"Total Quantity","Total Price":"Total Price","Update Cart":"Update Cart","Checkout":"Checkout","Billing Details":"Billing Details","Ship to a different address":"Ship to a different address","Shipping Details":"Shipping Details","Method Name":"Method Name","Charge":"Charge","Order Summary":"Order Summary","Subtotal":"Subtotal","Shipping Charge":"Shipping Charge","Payment Method":"Payment Method","Choose a Payment Method":"Choose a Payment Method","Card Number":"Card Number","CVC Number":"CVC Number","Expiry Month":"Expiry Month","Expiry Year":"Expiry Year","Instructions":"Instructions","Attachment":"Attachment","Place Order":"Place Order","Enter Coupon Code":"Enter Coupon Code","Apply":"Apply","Add to Cart":"Add to Cart","Order Now":"Order Now","Related Product":"Related Product","Ratings":"Ratings","Tax":"Tax","Discount":"Discount","The page you are looking for might have been moved, renamed, or might never existed.":"The page you are looking for might have been moved, renamed, or might never existed.","Contact Information":"Contact Information","Our Address":"Our Address","Write a Review":"Write a Review","Submit Review":"Submit Review","Customer Review":"Customer Review","Business Days":"Business Days","Showing":"Showing","Results":"Results","Pricing Filter":"Pricing Filter","Enter Title":"Enter Title"}PKR\vAlang/en/passwords.phpnu[ 'Your password has been reset!', 'sent' => 'We have emailed your password reset link!', 'throttled' => 'Please wait before retrying.', 'token' => 'This password reset token is invalid.', 'user' => "We can't find a user with that email address.", ]; PKR\+lang/en/auth.phpnu[ 'These credentials do not match our records.', 'password' => 'The provided password is incorrect.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', ]; PKR\Elang/en/pagination.phpnu[ '« Previous', 'next' => 'Next »', ]; PKR\##lang/en/installer_messages.phpnu[ config('installer.item_name') . ' Installer', 'next' => 'Next Step', 'back' => 'Previous', 'finish' => 'Install', 'forms' => [ 'errorTitle' => 'The Following errors occurred:', ], /* * * Home page translations. * */ 'welcome' => [ 'templateTitle' => 'Welcome', 'title' => config('installer.item_name') . ' Installer', 'message' => 'Easy Installation and Setup Wizard.', 'next' => 'Check Requirements', ], /* * * Requirements page translations. * */ 'requirements' => [ 'templateTitle' => 'Step 1 | Server Requirements', 'title' => 'Server Requirements', 'next' => 'Check Permissions', ], /* * * Permissions page translations. * */ 'permissions' => [ 'templateTitle' => 'Step 2 | Permissions', 'title' => 'Permissions', 'next' => 'Configure Environment', ], /* * * License page translations. * */ 'license' => [ 'templateTitle' => 'Step 3 | License Verification', 'title' => 'License Verifications', 'next' => 'Verify', ], /* * * Environment page translations. * */ 'environment' => [ 'menu' => [ 'templateTitle' => 'Step 3 | Environment Settings', 'title' => 'Environment Settings', 'desc' => 'Please select how you want to configure the apps .env file.', 'wizard-button' => 'Form Wizard Setup', 'classic-button' => 'Classic Text Editor', ], 'wizard' => [ 'templateTitle' => 'Step 4 | Environment & Database Setup', 'title' => 'Environment & Database Setup', 'tabs' => [ 'environment' => 'Environment', 'database' => 'Database', 'application' => 'Application', ], 'form' => [ 'name_required' => 'An environment name is required.', 'app_name_label' => 'App Name', 'app_name_placeholder' => 'App Name', 'app_environment_label' => 'App Environment', 'app_environment_label_local' => 'Local', 'app_environment_label_developement' => 'Development', 'app_environment_label_qa' => 'Qa', 'app_environment_label_production' => 'Production', 'app_environment_label_other' => 'Other', 'app_environment_placeholder_other' => 'Enter your environment...', 'app_debug_label' => 'App Debug', 'app_debug_label_true' => 'True', 'app_debug_label_false' => 'False', 'app_log_level_label' => 'App Log Level', 'app_log_level_label_debug' => 'debug', 'app_log_level_label_info' => 'info', 'app_log_level_label_notice' => 'notice', 'app_log_level_label_warning' => 'warning', 'app_log_level_label_error' => 'error', 'app_log_level_label_critical' => 'critical', 'app_log_level_label_alert' => 'alert', 'app_log_level_label_emergency' => 'emergency', 'app_url_label' => 'App Url', 'app_url_placeholder' => 'App Url', 'db_connection_failed' => 'Could not connect to the database.', 'db_connection_label' => 'Database Connection', 'db_connection_label_mysql' => 'mysql', 'db_connection_label_sqlite' => 'sqlite', 'db_connection_label_pgsql' => 'pgsql', 'db_connection_label_sqlsrv' => 'sqlsrv', 'db_host_label' => 'Database Host', 'db_host_placeholder' => 'Database Host', 'db_port_label' => 'Database Port', 'db_port_placeholder' => 'Database Port', 'db_name_label' => 'Database Name', 'db_name_placeholder' => 'Database Name', 'db_username_label' => 'Database User Name', 'db_username_placeholder' => 'Database User Name', 'db_password_label' => 'Database Password', 'db_password_placeholder' => 'Database Password', 'app_tabs' => [ 'more_info' => 'More Info', 'broadcasting_title' => 'Broadcasting, Caching, Session, & Queue', 'broadcasting_label' => 'Broadcast Driver', 'broadcasting_placeholder' => 'Broadcast Driver', 'cache_label' => 'Cache Driver', 'cache_placeholder' => 'Cache Driver', 'session_label' => 'Session Driver', 'session_placeholder' => 'Session Driver', 'queue_label' => 'Queue Driver', 'queue_placeholder' => 'Queue Driver', 'redis_label' => 'Redis Driver', 'redis_host' => 'Redis Host', 'redis_password' => 'Redis Password', 'redis_port' => 'Redis Port', 'mail_label' => 'Mail', 'mail_driver_label' => 'Mail Driver', 'mail_driver_placeholder' => 'Mail Driver', 'mail_host_label' => 'Mail Host', 'mail_host_placeholder' => 'Mail Host', 'mail_port_label' => 'Mail Port', 'mail_port_placeholder' => 'Mail Port', 'mail_username_label' => 'Mail Username', 'mail_username_placeholder' => 'Mail Username', 'mail_password_label' => 'Mail Password', 'mail_password_placeholder' => 'Mail Password', 'mail_encryption_label' => 'Mail Encryption', 'mail_encryption_placeholder' => 'Mail Encryption', 'pusher_label' => 'Pusher', 'pusher_app_id_label' => 'Pusher App Id', 'pusher_app_id_palceholder' => 'Pusher App Id', 'pusher_app_key_label' => 'Pusher App Key', 'pusher_app_key_palceholder' => 'Pusher App Key', 'pusher_app_secret_label' => 'Pusher App Secret', 'pusher_app_secret_palceholder' => 'Pusher App Secret', ], 'buttons' => [ 'setup_database' => 'Setup Database & Environment', 'setup_application' => 'Setup Application', 'install' => 'Install', ], ], ], 'classic' => [ 'templateTitle' => 'Step 3 | Environment Settings | Classic Editor', 'title' => 'Classic Environment Editor', 'save' => 'Save .env', 'back' => 'Use Form Wizard', 'install' => 'Save and Install', ], 'success' => 'Your .env file settings have been saved.', 'errors' => 'Unable to save the .env file, Please create it manually.', ], 'install' => 'Install', /* * * Installed Log translations. * */ 'installed' => [ 'success_log_message' => config('installer.item_name') . ' successfully INSTALLED on ', ], /* * * Final page translations. * */ 'final' => [ 'title' => 'Installation Finished', 'templateTitle' => 'Installation Finished', 'finished' => 'Application has been successfully installed.', 'migration' => 'Migration & Seed Console Output:', 'console' => 'Application Console Output:', 'log' => 'Installation Log Entry:', 'env' => 'Final .env File:', 'exit' => 'Click here to exit', ], /* * * Update specific translations * */ 'updater' => [ /* * * Shared translations. * */ 'title' => 'Laravel Updater', /* * * Welcome page translations for update feature. * */ 'welcome' => [ 'title' => 'Welcome To The Updater', 'message' => 'Welcome to the update wizard.', ], /* * * Welcome page translations for update feature. * */ 'overview' => [ 'title' => 'Overview', 'message' => 'There is 1 update.|There are :number updates.', 'install_updates' => 'Install Updates', ], /* * * Final page translations. * */ 'final' => [ 'title' => 'Finished', 'finished' => 'Application\'s database has been successfully updated.', 'exit' => 'Click here to exit', ], 'log' => [ 'success_message' => 'Laravel Installer successfully UPDATED on ', ], ], ]; PKR\#ؔ(lang/en/validation.phpnu[ 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'alpha' => 'The :attribute must only contain letters.', 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute must only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'before' => 'The :attribute must be a date before :date.', 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_equals' => 'The :attribute must be a date equal to :date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'dimensions' => 'The :attribute has invalid image dimensions.', 'distinct' => 'The :attribute field has a duplicate value.', 'email' => 'The :attribute must be a valid email address.', 'ends_with' => 'The :attribute must end with one of the following: :values.', 'exists' => 'The selected :attribute is invalid.', 'file' => 'The :attribute must be a file.', 'filled' => 'The :attribute field must have a value.', 'gt' => [ 'numeric' => 'The :attribute must be greater than :value.', 'file' => 'The :attribute must be greater than :value kilobytes.', 'string' => 'The :attribute must be greater than :value characters.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [ 'numeric' => 'The :attribute must be greater than or equal :value.', 'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'string' => 'The :attribute must be greater than or equal :value characters.', 'array' => 'The :attribute must have :value items or more.', ], 'image' => 'The :attribute must be an image.', 'in' => 'The selected :attribute is invalid.', 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lt' => [ 'numeric' => 'The :attribute must be less than :value.', 'file' => 'The :attribute must be less than :value kilobytes.', 'string' => 'The :attribute must be less than :value characters.', 'array' => 'The :attribute must have less than :value items.', ], 'lte' => [ 'numeric' => 'The :attribute must be less than or equal :value.', 'file' => 'The :attribute must be less than or equal :value kilobytes.', 'string' => 'The :attribute must be less than or equal :value characters.', 'array' => 'The :attribute must not have more than :value items.', ], 'max' => [ 'numeric' => 'The :attribute must not be greater than :max.', 'file' => 'The :attribute must not be greater than :max kilobytes.', 'string' => 'The :attribute must not be greater than :max characters.', 'array' => 'The :attribute must not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'multiple_of' => 'The :attribute must be a multiple of :value.', 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', 'password' => 'The password is incorrect.', 'present' => 'The :attribute field must be present.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values are present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'prohibited' => 'The :attribute field is prohibited.', 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', 'same' => 'The :attribute and :other must match.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'starts_with' => 'The :attribute must start with one of the following: :values.', 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', 'uuid' => 'The :attribute must be a valid UUID.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap our attribute placeholder | with something more reader friendly such as "E-Mail Address" instead | of "email". This simply helps us make our message more expressive. | */ 'attributes' => [], ]; PKR\?>views/errors/503.blade.phpnu[PKR\Qviews/errors/404.blade.phpnu[PKR\K views/front/paytm.blade.phpnu[PKR\g٬mm views/front/razorpay.blade.phpnu[PKR\ 'views/vendors/partials/footer.blade.phpnu[PKR\~22,views/vendors/partials/side-navbar.blade.phpnu[PKR\!ƭ,66'Fviews/vendors/partials/styles.blade.phpnu[PKR\uF>55+|Lviews/vendors/partials/top-navbar.blade.phpnu[PKR\Yf{( iviews/vendors/partials/scripts.blade.phpnu[PKR\Iط*dxviews/vendors/partials/languages.blade.phpnu[PKR\Hi'uzviews/vendors/offline-success.blade.phpnu[PKR\(++#Ԁviews/vendors/payment_log.blade.phpnu[PKR\蔃G'views/vendors/message/message.blade.phpnu[PKR\ǣ"oo'views/vendors/message/product.blade.phpnu[PKR\Te00'views/vendors/message/listing.blade.phpnu[PKR\#7-  -Nviews/vendors/support_ticket/create.blade.phpnu[PKR\6^~~,views/vendors/support_ticket/index.blade.phpnu[PKR\f; ; /views/vendors/support_ticket/messages.blade.phpnu[PKR\s).,&views/vendors/listing/business-hours.blade.phpnu[PKR\t+ i[i[&Dviews/vendors/listing/create.blade.phpnu[PKR\tuK/ݟviews/vendors/listing/offline-success.blade.phpnu[PKR\ʲ,,.views/vendors/listing/product/create.blade.phpnu[PKR\6 ..,views/vendors/listing/product/edit.blade.phpnu[PKR\=-9views/vendors/listing/product/index.blade.phpnu[PKR\+!views/vendors/listing/social-link.blade.phpnu[PKR\4dmm$?views/vendors/listing/edit.blade.phpnu[PKR\| s(s('views/vendors/listing/feature.blade.phpnu[PKR\w *views/vendors/listing/faq/create.blade.phpnu[PKR\ (views/vendors/listing/faq/edit.blade.phpnu[PKR\)!views/vendors/listing/faq/index.blade.phpnu[PKR\t,/RR%cviews/vendors/listing/index.blade.phpnu[PKR\v"-LL/ZVviews/vendors/listing/feature-payment.blade.phpnu[PKR\d}N}N'sviews/vendors/listing/plugins.blade.phpnu[PKR\9&&)views/vendors/buy_plan/checkout.blade.phpnu[PKR\%I7I7&views/vendors/buy_plan/index.blade.phpnu[PKR\;. views/vendors/success.blade.phpnu[PKR\=V +w&views/vendors/email/mail-to-admin.blade.phpnu[PKR\9!!`0views/vendors/index.blade.phpnu[PKR\JQviews/vendors/layout.blade.phpnu[PKR\Ǚ]]#Xviews/vendors/check-limit.blade.phpnu[PKR\ܗ46views/vendor/installer/layouts/master-update.blade.phpnu[PKR\ަj;/views/vendor/installer/layouts/master.blade.phpnu[PKR\.,views/vendor/installer/environment.blade.phpnu[PKR\g,-views/vendor/installer/requirements.blade.phpnu[PKR\4Kviews/vendor/installer/environment-classic.blade.phpnu[PKR\T3views/vendor/installer/environment-wizard.blade.phpnu[PKR\[[( views/vendor/installer/welcome.blade.phpnu[PKR\֌$(views/vendor/installer/license.blade.phpnu[PKR\";*QQ,^views/vendor/installer/permissions.blade.phpnu[PKR\g"HH) #views/vendor/installer/finished.blade.phpnu[PKR\TZ /'views/vendor/installer/update/welcome.blade.phpnu[PKR\VeT0)views/vendor/installer/update/overview.blade.phpnu[PKR\ nn0+views/vendor/installer/update/finished.blade.phpnu[PKR\Y 4-views/vendor/cookie-consent/dialogContents.blade.phpnu[PKR\R !!+/views/vendor/cookie-consent/index.blade.phpnu[PKR\!-7views/pdf/membership.blade.phpnu[PKR\mGviews/pdf/css/index.phpnu[PKR\%views/pdf/css/.htaccessnu[PKR\ǽ'&views/frontend/user/dashboard.blade.phpnu[PKR\dtI I &=views/frontend/user/wishlist.blade.phpnu[PKR\[)Kviews/frontend/user/side-navbar.blade.phpnu[PKR\Ra T//3Pviews/frontend/user/support_ticket/create.blade.phpnu[PKR\4H`views/frontend/user/support_ticket/message.blade.phpnu[PKR\1[ [ 2views/frontend/user/support_ticket/index.blade.phpnu[PKR\!  $Fviews/frontend/user/signup.blade.phpnu[PKR\:<-views/frontend/user/forget-password.blade.phpnu[PKR\3F2 -Ǡviews/frontend/user/change-password.blade.phpnu[PKR\Fo",views/frontend/user/reset-password.blade.phpnu[PKR\04*views/frontend/user/edit-profile.blade.phpnu[PKR\=T8T8+views/frontend/user/order/details.blade.phpnu[PKR\I::) views/frontend/user/order/index.blade.phpnu[PKR\O#Zviews/frontend/user/login.blade.phpnu[PKR\⏳'%%(<'views/frontend/partials/footer.blade.phpnu[PKR\O ZZ(6views/frontend/partials/popups.blade.phpnu[PKR\0bS2kRviews/frontend/partials/header/header-v3.blade.phpnu[PKR\`W2gviews/frontend/partials/header/header-v1.blade.phpnu[PKR\`W2|views/frontend/partials/header/header-v4.blade.phpnu[PKR\0bS2views/frontend/partials/header/header-v2.blade.phpnu[PKR\P2 (Oviews/frontend/partials/styles.blade.phpnu[PKR\Y4views/frontend/partials/details-breadcrumb.blade.phpnu[PKR\q,views/frontend/partials/breadcrumb.blade.phpnu[PKR\LyA(views/frontend/partials/toastr.blade.phpnu[PKR\1(ss)views/frontend/partials/scripts.blade.phpnu[PKR\,l)lviews/frontend/payment/razorpay.blade.phpnu[PKR\M=1Kviews/frontend/payment/purchase-success.blade.phpnu[PKR\9-Pviews/frontend/journal/blog-details.blade.phpnu[PKR\au &Mviews/frontend/journal/share.blade.phpnu[PKR\8f %zviews/frontend/journal/blog.blade.phpnu[PKR\1'  views/frontend/faq.blade.phpnu[PKR\p1views/frontend/about.blade.phpnu[PKR\a +views/frontend/offline.blade.phpnu[PKR\/:sOsO,/views/frontend/listing/listing-map.blade.phpnu[PKR\|RNN-~views/frontend/listing/listing-gird.blade.phpnu[PKR\sS\-5-5)views/frontend/listing/side-bar.blade.phpnu[PKR\+z0z0/q views/frontend/listing/search-listing.blade.phpnu[PKR\au &J4 views/frontend/listing/share.blade.phpnu[PKR\3=ff0w> views/frontend/listing/listing-details.blade.phpnu[PKR\ !80= views/frontend/listing/product-details.blade.phpnu[PKR\ % views/frontend/shop/invoice.blade.phpnu[PKR\\̴!!& views/frontend/shop/side-bar.blade.phpnu[PKR\J]]&e views/frontend/shop/checkout.blade.phpnu[PKR\\苇##&Hz views/frontend/shop/products.blade.phpnu[PKR\a\4R4R-% views/frontend/shop/product-details.blade.phpnu[PKR\J<  " views/frontend/shop/cart.blade.phpnu[PKR\T*rr' views/frontend/vendor/details.blade.phpnu[PKR\ -! views/frontend/vendor/auth/register.blade.phpnu[PKR\ոwn4 views/frontend/vendor/auth/forget-password.blade.phpnu[PKR\\> > 4h views/frontend/vendor/auth/change-password.blade.phpnu[PKR\nz<<3 views/frontend/vendor/auth/reset-password.blade.phpnu[PKR\է8111 views/frontend/vendor/auth/edit-profile.blade.phpnu[PKR\¡C * views/frontend/vendor/auth/login.blade.phpnu[PKR\6CQ,,% views/frontend/vendor/index.blade.phpnu[PKR\yg&. views/frontend/profile/profile-index.blade.phpnu[PKR\ `>> 4 views/frontend/contact.blade.phpnu[PKR\o&L views/frontend/home/index-v3.blade.phpnu[PKR\)(& views/frontend/home/index-v1.blade.phpnu[PKR\vd⬞&֓ views/frontend/home/index-v4.blade.phpnu[PKR\\uu&2views/frontend/home/index-v2.blade.phpnu[PKR\9views/frontend/layout.blade.phpnu[PKR\ʟ$u views/frontend/custom-page.blade.phpnu[PKR\If>f> hviews/frontend/pricing.blade.phpnu[PKR\ %Pviews/admin/partials/footer.blade.phpnu[PKR\D (SQviews/admin/partials/rtl-style.blade.phpnu[PKR\3*MSviews/admin/partials/side-navbar.blade.phpnu[PKR\!ƭ,66%yQviews/admin/partials/styles.blade.phpnu[PKR\ԛDww)Wviews/admin/partials/top-navbar.blade.phpnu[PKR\lɋ[[&iviews/admin/partials/scripts.blade.phpnu[PKR\R(xviews/admin/partials/languages.blade.phpnu[PKR\l##"|views/admin/menu-builder.blade.phpnu[PKR\k,s_%_%)views/admin/journal/blog/create.blade.phpnu[PKR\T$$'gviews/admin/journal/blog/edit.blade.phpnu[PKR\-h(cviews/admin/journal/blog/index.blade.phpnu[PKR\<( -views/admin/journal/category/create.blade.phpnu[PKR\ q q + views/admin/journal/category/edit.blade.phpnu[PKR\:NV^,views/admin/journal/category/index.blade.phpnu[PKR\9c\6)views/admin/payment-gateways/online-gateways.blade.phpnu[PKR\A >eviews/admin/payment-gateways/offline-gateways/create.blade.phpnu[PKR\&Y[[<zviews/admin/payment-gateways/offline-gateways/edit.blade.phpnu[PKR\Ἀ=Aviews/admin/payment-gateways/offline-gateways/index.blade.phpnu[PKR\ %Eviews/admin/amenitie/create.blade.phpnu[PKR\Z@  #,views/admin/amenitie/edit.blade.phpnu[PKR\bK߬$views/admin/amenitie/index.blade.phpnu[PKR\( views/admin/custom-page/create.blade.phpnu[PKR\h{jj&(views/admin/custom-page/edit.blade.phpnu[PKR\4و'Dviews/admin/custom-page/index.blade.phpnu[PKR\ ;;2Uviews/admin/basic-settings/page-headings.blade.phpnu[PKR\v/views/admin/basic-settings/appearance.blade.phpnu[PKR\\pp1views/admin/basic-settings/theme-&-home.blade.phpnu[PKR\Ad d 8views/admin/basic-settings/social-media/create.blade.phpnu[PKR\FҢ 6views/admin/basic-settings/social-media/edit.blade.phpnu[PKR\,k7views/admin/basic-settings/social-media/index.blade.phpnu[PKR\$22(=views/admin/basic-settings/pwa.blade.phpnu[PKR\d ,views/admin/basic-settings/favicon.blade.phpnu[PKR\0066,views/admin/basic-settings/contact.blade.phpnu[PKR\0views/admin/basic-settings/maintenance.blade.phpnu[PKR\Q 4$views/admin/basic-settings/email/templates.blade.phpnu[PKR\0zn9850views/admin/basic-settings/email/edit-template.blade.phpnu[PKR\Yό!!15@views/admin/basic-settings/email/bbcode.blade.phpnu[PKR\2:Nbviews/admin/basic-settings/email/mail-from-admin.blade.phpnu[PKR\Ϣ  8yviews/admin/basic-settings/email/mail-to-admin.blade.phpnu[PKR\fnq q /views/admin/basic-settings/breadcrumb.blade.phpnu[PKR\6YP6P65Yviews/admin/basic-settings/general-settings.blade.phpnu[PKR\+ DD1views/admin/basic-settings/cookie-alert.blade.phpnu[PKR\a7 7 )views/admin/basic-settings/logo.blade.phpnu[PKR\>p55-Cviews/admin/basic-settings/currency.blade.phpnu[PKR\<)HH,views/admin/basic-settings/plugins.blade.phpnu[PKR\)66(>views/admin/basic-settings/seo.blade.phpnu[PKR\vp%dtviews/admin/message/message.blade.phpnu[PKR\5)[[%jyviews/admin/message/product.blade.phpnu[PKR\'W''%views/admin/message/listing.blade.phpnu[PKR\XMI ,views/admin/support_ticket/setting.blade.phpnu[PKR\'1'1'*views/admin/support_ticket/index.blade.phpnu[PKR\ * *--views/admin/support_ticket/messages.blade.phpnu[PKR\M M 0views/admin/home-page/location-section.blade.phpnu[PKR\CŚ1@views/admin/home-page/hero-section/edit.blade.phpnu[PKR\22views/admin/home-page/hero-section/index.blade.phpnu[PKR\}f ;*views/admin/home-page/work-process-section/create.blade.phpnu[PKR\{x x 99views/admin/home-page/work-process-section/edit.blade.phpnu[PKR\:Н:Eviews/admin/home-page/work-process-section/index.blade.phpnu[PKR\A;6aviews/admin/home-page/call-to-action-section.blade.phpnu[PKR\J֢ /i~views/admin/home-page/listing-section.blade.phpnu[PKR\K@1d d -views/admin/home-page/banner/create.blade.phpnu[PKR\)+Oviews/admin/home-page/banner/edit.blade.phpnu[PKR\bx ,Oviews/admin/home-page/banner/index.blade.phpnu[PKR\ p 0views/admin/home-page/category-section.blade.phpnu[PKR\995views/admin/home-page/section-customization.blade.phpnu[PKR\j /6views/admin/home-page/product-section.blade.phpnu[PKR\ 68views/admin/home-page/counter-section/create.blade.phpnu[PKR\>  4M views/admin/home-page/counter-section/edit.blade.phpnu[PKR\_""5views/admin/home-page/counter-section/index.blade.phpnu[PKR\Ù :9views/admin/home-page/testimonial-section/create.blade.phpnu[PKR\Ps 8Gviews/admin/home-page/testimonial-section/edit.blade.phpnu[PKR\q.C,C,9Sviews/admin/home-page/testimonial-section/index.blade.phpnu[PKR\Rx-views/admin/home-page/video-section.blade.phpnu[PKR\sՂʶ 6views/admin/home-page/latest-listing-section.blade.phpnu[PKR\=@ ,ܣviews/admin/home-page/blog-section.blade.phpnu[PKR\6,V V /ưviews/admin/home-page/package-section.blade.phpnu[PKR\FF,{views/admin/listing/business-hours.blade.phpnu[PKR\jA d d$views/admin/listing/create.blade.phpnu[PKR\%6TT&{=views/admin/listing/settings.blade.phpnu[PKR\ 11,%Lviews/admin/listing/product/create.blade.phpnu[PKR\2`3`3*D~views/admin/listing/product/edit.blade.phpnu[PKR\0cW]%]%+views/admin/listing/product/index.blade.phpnu[PKR\:7m)views/admin/listing/social-link.blade.phpnu[PKR\Ch]mtmt"!views/admin/listing/edit.blade.phpnu[PKR\ ((%jviews/admin/listing/feature.blade.phpnu[PKR\B`I I (views/admin/listing/faq/create.blade.phpnu[PKR\|)g &views/admin/listing/faq/edit.blade.phpnu[PKR\#))'views/admin/listing/faq/index.blade.phpnu[PKR\ɻndnd#@views/admin/listing/index.blade.phpnu[PKR\822-,views/admin/listing/feature-payment.blade.phpnu[PKR\*335<views/admin/listing/location/country/create.blade.phpnu[PKR\ҽ3(Dviews/admin/listing/location/country/edit.blade.phpnu[PKR\xzz4Jviews/admin/listing/location/country/index.blade.phpnu[PKR\O3m]views/admin/listing/location/state/create.blade.phpnu[PKR\d̼1nfviews/admin/listing/location/state/edit.blade.phpnu[PKR\TKK((2nviews/admin/listing/location/state/index.blade.phpnu[PKR\rUnٮ 2views/admin/listing/location/city/create.blade.phpnu[PKR\ 9 9 0%views/admin/listing/location/city/edit.blade.phpnu[PKR\B1views/admin/listing/location/city/index.blade.phpnu[PKR\.$$)views/admin/listing/check-limit.blade.phpnu[PKR\ 3 3 +views/admin/listing/select-vendor.blade.phpnu[PKR\$EOIOI%views/admin/listing/plugins.blade.phpnu[PKR\A\\-'/views/admin/listing/category/create.blade.phpnu[PKR\Jp_t t +=views/admin/listing/category/edit.blade.phpnu[PKR\Yʌ,Kviews/admin/listing/category/index.blade.phpnu[PKR\o 1bviews/admin/shop/shipping-charge/create.blade.phpnu[PKR\&ݵ /ynviews/admin/shop/shipping-charge/edit.blade.phpnu[PKR\AY0yviews/admin/shop/shipping-charge/index.blade.phpnu[PKR\Xd1 1 #views/admin/shop/settings.blade.phpnu[PKR\'4/"views/admin/shop/product/product-type.blade.phpnu[PKR\R+33)Uviews/admin/shop/product/create.blade.phpnu[PKR\PY;Y;'views/admin/shop/product/edit.blade.phpnu[PKR\(Zviews/admin/shop/product/index.blade.phpnu[PKR\&OFdd|3views/admin/shop/tax.blade.phpnu[PKR\,~7~7'.<views/admin/shop/order/report.blade.phpnu[PKR\Odw-tviews/admin/shop/order/show-receipt.blade.phpnu[PKR\7N33(Ywviews/admin/shop/order/details.blade.phpnu[PKR\ym'3'3&views/admin/shop/order/index.blade.phpnu[PKR\)XX(views/admin/shop/coupon/create.blade.phpnu[PKR\Oɡ&views/admin/shop/coupon/edit.blade.phpnu[PKR\/5ō'/views/admin/shop/coupon/index.blade.phpnu[PKR\  *views/admin/shop/category/create.blade.phpnu[PKR\V (&views/admin/shop/category/edit.blade.phpnu[PKR\AP)0views/admin/shop/category/index.blade.phpnu[PKR\= = $Fviews/admin/footer/content.blade.phpnu[PKR\^"l l )vQviews/admin/footer/logo-&-image.blade.phpnu[PKR\]  .;\views/admin/footer/quick-link/create.blade.phpnu[PKR\Ƨ??,fviews/admin/footer/quick-link/edit.blade.phpnu[PKR\-Moviews/admin/footer/quick-link/index.blade.phpnu[PKR\΂'2.2.%views/admin/packages/create.blade.phpnu[PKR\#''views/admin/packages/settings.blade.phpnu[PKR\bDD#|views/admin/packages/edit.blade.phpnu[PKR\[L$nviews/admin/packages/index.blade.phpnu[PKR\ %Zviews/admin/forget-password.blade.phpnu[PKR\]%"views/admin/language/create.blade.phpnu[PKR\ #$+views/admin/language/edit.blade.phpnu[PKR\ss$3views/admin/language/index.blade.phpnu[PKR\4բ +Nviews/admin/language/edit-keyword.blade.phpnu[PKR\=88'Yviews/admin/payment_log/index.blade.phpnu[PKR\R=  views/admin/faq/create.blade.phpnu[PKR\2"views/admin/faq/edit.blade.phpnu[PKR\722views/admin/faq/index.blade.phpnu[PKR\I*qviews/admin/advertisement/create.blade.phpnu[PKR\u9 ,views/admin/advertisement/settings.blade.phpnu[PKR\meЖ(views/admin/advertisement/edit.blade.phpnu[PKR\ȋK)views/admin/advertisement/index.blade.phpnu[PKR\}44.views/admin/featured-listing/approve.blade.phpnu[PKR\o844/**views/admin/featured-listing/rejected.blade.phpnu[PKR\)3U_views/admin/featured-listing/show-receipt.blade.phpnu[PKR\^55.bviews/admin/featured-listing/pending.blade.phpnu[PKR\s .Ęviews/admin/featured-listing/details.blade.phpnu[PKR\:L//./views/admin/featured-listing/invoice.blade.phpnu[PKR\rir__4views/admin/featured-listing/charge/create.blade.phpnu[PKR\2views/admin/featured-listing/charge/edit.blade.phpnu[PKR\~C"3views/admin/featured-listing/charge/index.blade.phpnu[PKR\G'ָR:R:,views/admin/featured-listing/index.blade.phpnu[PKR\2||views/admin/layout.blade.phpnu[PKR\1ejviews/admin/login.blade.phpnu[PKR\:*q!views/admin/end-user/user/create.blade.phpnu[PKR\v,,(Y:views/admin/end-user/user/edit.blade.phpnu[PKR\i闫l l 3Uviews/admin/end-user/user/change-password.blade.phpnu[PKR\)aviews/admin/end-user/user/index.blade.phpnu[PKR\` 5views/admin/end-user/subscriber/write-email.blade.phpnu[PKR\L/-views/admin/end-user/subscriber/index.blade.phpnu[PKR\  9views/admin/end-user/push-notification/settings.blade.phpnu[PKR\9E C views/admin/end-user/push-notification/write-notification.blade.phpnu[PKR\ mm::views/admin/end-user/vendor/edit-current-package.blade.phpnu[PKR\F'**,views/admin/end-user/vendor/create.blade.phpnu[PKR\" . views/admin/end-user/vendor/settings.blade.phpnu[PKR\ȸKK-views/admin/end-user/vendor/details.blade.phpnu[PKR\J{&4&4*GJ views/admin/end-user/vendor/edit.blade.phpnu[PKR\8Lvgg7~ views/admin/end-user/vendor/edit-next-package.blade.phpnu[PKR\k' 5 views/admin/end-user/vendor/change-password.blade.phpnu[PKR\l p + views/admin/end-user/vendor/index.blade.phpnu[PKR\ 9ݲ views/admin/end-user/vendor/add-current-package.blade.phpnu[PKR\QQ6 views/admin/end-user/vendor/add-next-package.blade.phpnu[PKR\Kav))" views/admin/popup/create.blade.phpnu[PKR\bxx& views/admin/popup/popup-type.blade.phpnu[PKR\t]+]+ !views/admin/popup/edit.blade.phpnu[PKR\C!,!views/admin/popup/index.blade.phpnu[PKR\+$$%WE!views/admin/admin/dashboard.blade.phpnu[PKR\/J; ; +[j!views/admin/admin/change-password.blade.phpnu[PKR\.Ȃ22(s!views/admin/admin/edit-profile.blade.phpnu[PKR\D<<5{!views/admin/administrator/site-admin/create.blade.phpnu[PKR\|3!views/admin/administrator/site-admin/edit.blade.phpnu[PKR\ OO4;!views/admin/administrator/site-admin/index.blade.phpnu[PKR\Л:!views/admin/administrator/role-permission/create.blade.phpnu[PKR\mv--?!views/admin/administrator/role-permission/permissions.blade.phpnu[PKR\p8!views/admin/administrator/role-permission/edit.blade.phpnu[PKR\rr9?"views/admin/administrator/role-permission/index.blade.phpnu[PKR\ee"js/bootstrap.jsnu[PKR\b "js/app.jsnu[PKR\ "css/app.cssnu[PKR\񸑚55 J"lang/en.jsonnu[PKR\D+55 P"lang/default.jsonnu[PKR\vA"lang/en/passwords.phpnu[PKR\+"lang/en/auth.phpnu[PKR\E"lang/en/pagination.phpnu[PKR\##"lang/en/installer_messages.phpnu[PKR\#ؔ(ݱ"lang/en/validation.phpnu[PKAA"