@extends('backend.layout') @php use App\Models\Language; $selLang = Language::where('code', request()->input('language'))->first(); @endphp @if (!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('If price is 0 , than it will appear as free') }}
{{ __('Each new line will be shown as a new feature in the pricing plan') }}