@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.subscription.subscriptions') !!}
{!! $packages->links() !!}
@foreach ($packages as $package) @endforeach
# {!! trans('dashboard.subscription.title') !!} {!! trans('dashboard.subscription.description') !!} {!! trans('dashboard.subscription.price') !!} {!! trans('dashboard.subscription.order_discount_percentage') !!} {!! trans('dashboard.subscription.duration_in_days') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
{{ $loop->iteration }} {{ $package->title }} {!! $package->description !!} {{ $package->price }} {{ $package->order_discount_percentage }} {{ $package->duration }}
{{ $package->created_at->format("Y-m-d") }}
{!! $packages->links() !!}
@include('dashboard.layout.delete_modal') @endsection @section('vendor_styles') @endsection @section('page_styles') @endsection @include('dashboard.package.scripts')