@extends('backend.layout') @includeIf('backend.partials.rtl_style') @section('content')
| {{ __('Number of Days') }} | {{ __('Cost') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $pricing->number_of_days }} | {{ symbolPrice($pricing->price) }} |
@if ($pricing->status == 1)
{{ __('Active') }}@else{{ __('Inactive') }}@endif |
|