@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',73)->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('id',378)->first()->custom_text }}
@foreach ($orders as $index => $order) @endforeach
{{ $websiteLang->where('id',131)->first()->custom_text }} {{ $websiteLang->where('id',37)->first()->custom_text }} {{ $websiteLang->where('id',38)->first()->custom_text }} {{ $websiteLang->where('id',86)->first()->custom_text }} {{ $websiteLang->where('id',151)->first()->custom_text }} {{ $websiteLang->where('id',152)->first()->custom_text }} {{ $websiteLang->where('id',344)->first()->custom_text }} {{ $websiteLang->where('id',135)->first()->custom_text }} {{ $websiteLang->where('id',136)->first()->custom_text }}
{{ ++$index }} {{ $order->user->name }} {{ $order->user->email }} {{ $order->listingPackage->package_name }} {{ $order->purchase_date }} {{ $order->expired_date }} {{ $order->currency_icon }}{{ $order->amount_real_currency }} @if ($order->status==1) {{ $websiteLang->where('id',140)->first()->custom_text }} @else {{ $websiteLang->where('id',141)->first()->custom_text }} @endif
@endsection