@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','package')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','create')->first()->custom_text }}

{{ $websiteLang->where('lang_key','package')->first()->custom_text }}
@foreach ($packages as $index => $package) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','package_name')->first()->custom_text }} {{ $websiteLang->where('lang_key','package_type')->first()->custom_text }} {{ $websiteLang->where('lang_key','price')->first()->custom_text }} {{ $websiteLang->where('lang_key','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $package->package_name }} {{ $package->package_type == 1 ? $websiteLang->where('lang_key','premium')->first()->custom_text: $websiteLang->where('lang_key','free')->first()->custom_text }} {{ $currency->currency_icon }}{{ $package->price }} @if ($package->status==1) @else @endif @if ($package->orders->count()==0) @endif
@foreach ($packages as $item) @endforeach @endsection