@include('business.layouts.head') @include('business.layouts.header')
@include('business.layouts.sidebar')
@if(\Illuminate\Support\Facades\File::exists(public_path($loggedIn->logoImageUrl))) @else @endif
@if(\Illuminate\Support\Facades\File::exists(public_path($loggedIn->logoImageUrl))) @else @endif

{{$loggedIn->businessName}}

{{$loggedIn->ownerName}}

  • {{$loggedIn->address}} .{{$loggedIn->city}} ,{{$loggedIn->Country}}

  • {{$loggedIn->email}}

@foreach($posts as $post)
@if(\Illuminate\Support\Facades\File::exists(public_path($loggedIn->logoImageUrl))) @else @endif

{{$loggedIn->businessName}}

10h

{{$post->caption}}

@if(!empty($post->text_back_ground))
{{ $post-> caption}}
@endif @foreach ($post->postImage as $image) @php $fileName = $image->postFileUrl; $fileNameParts = explode('.', $fileName); $ext = end($fileNameParts); @endphp @if ($ext == "jpg" || $ext == "png" || $ext == "webp" || $ext == "jpeg")
@else
@endif @endforeach
@endforeach

Photos

Video

@foreach($postVideo as $vid)
@php $extention=pathinfo($vid->postFileUrl, PATHINFO_EXTENSION); $url=env('APPLICATION_URL').$vid->postFileUrl ?? ''; @endphp @if($extention=="MP4" || $extention=="MOV")
@endif
@endforeach

Local Business Plan

$100/Year

  • Sponsor 50 basic accounts paid individual plans

  • Rewards Center

  • Covid-19 tracking-local tracking

  • Covid-19 tracking-local tracking

  • Matching Algorithem

  • Sponsor 100 basic 20 platinum accounts paid individual plans activated

Reginol Business Plan

$250/Year

  • Sponsor 100 basic and 5 gold plans

  • Rewards Center

  • Covid-19 tracking-local tracking

  • Matching Algorithem

  • Sponsor 200 basic and 40 platinum, 10 local business plans

National Business Plan

$500/Year

  • Sponsor 20 gold, and 5 Platinum user plans

  • Sponsor 20 gold, and 5 Platinum user plans

  • Rewards Center

  • Covid-19 tracking-local tracking

  • Matching Algorithem

  • Sponsor 400 basic, and 50 diamond user and 50 local business, 2 regional business plans plans

Global Business Plan

$1000/Year

  • Sponsor 10 platinum and 20 V.I.P. user plans

  • Rewards Center

  • Covid-19 tracking-local tracking

  • Matching Algorithem

  • Sponsor 1000 basic and 100 Platinum, 100 diamond, 100 V.I.P/Celebrity user Plan, 100 Local, 10 Regional, 3 National Business plans

Other Details

{{$loggedIn->vatNumber}}

{{$loggedIn->businessType}}

@include('business.layouts.footer')