@extends('website.layouts.master')
@section('title', __('contact_us'))
@section('content')
@php
$page = 'package';
@endphp
-
-
@foreach ($monthly_packages as $package)
-
{{ __('validity') . ' ' . $package->day . ' ' . __('days') }}
-
{{ __('ads_free_content') }}
@endforeach
@foreach ($annually_packages as $package)
-
{{ __('ads_free_content') }}
@endforeach
@endsection