@extends('layouts.vendor.app') @section('title', translate('Invoice')) @section('content') first()->value; $company_email =BusinessSetting::where('key', 'email_address')->first()->value; $company_name =BusinessSetting::where('key', 'business_name')->first()->value; $company_address =BusinessSetting::where('key', 'address')->first()->value; $logo =BusinessSetting::where('key', 'logo')->first()->value; $company_mobile_logo = $logo; $company_links = json_decode(BusinessSetting::where('key','landing_page_links')->first()->value, true); ?>
{{ translate('Back') }}

{{$company_name}}

{{ translate('messages.Transaction Sucessfull') }}

{{ translate('messages.for') }} {{ $subscription_transaction->package->package_name }} {{ translate('messages.Package') }}

{{ translate('Purches Status: ') }} {{ translate('Subscribed.') }}

{{ translate('messages.dear') }} {{$restaurant->vendor->f_name ?? null}} {{$restaurant->vendor->l_name ?? null}}

{{ translate('Thank You for transcation with') }} {{ $company_name }} {{ translate('messages.in') }} {{ $subscription_transaction->package->package_name }} {{ translate('messages.Package') }}
{{ translate('If you require any assistance or have feedback or suggestions about our site, you can email us at ') }} {{translate('messages.email')}}: {{$company_email}}
@php($social_media = \App\Models\SocialMedia::active()->get()) @if(isset($social_media)) @foreach ($social_media as $item) @endforeach @endif @if ($company_links['web_app_url_status']) @endif
{{$company_address}}
{{translate('messages.All copy right reserved',['year'=>date('Y'),'title'=>$company_name])}}
@endsection @push('script') @endpush