@extends('website.layouts.master') @section('title', __('mobile_view')) @section('content')
{{ __('package_cost') }} : {{ get_currency($package_details->rental_price) }}
{{ __('validity') }}: {{ $package_details->rental_duration . ' ' . __('hours') }}
{{ __('expire_date') }}: {{ \Carbon\Carbon::now()->addHours($package_details->rental_duration)->format('Y-m-d') }}
{{ __('ads') }}: {{ __('not_shown') }}
{{ __('download') }}: {{ __('allowed') }}
{{ __('package_cost') }} : {{ get_currency($package_details->price) }}
{{ __('discount') }} : {{ get_currency($package_details->discount) }}
{{ __('validity') }}: {{ $package_details->day . ' ' . __('days') }}
{{ __('device_limit') }}: {{ $package_details->screens }}
{{ __('expire_date') }}: {{ \Carbon\Carbon::now()->addDays($package_details->day)->format('Y-m-d') }}
{{ __('premium_content') }}: {{ __('allowed') }}