@extends('layouts.app') @section('content')
| {{ $profile->company->package->package_name.' '._lang('Package Details') }} | |
| {{ _lang('Feature') }} | {{ _lang('Avaialble Limit') }} |
| {{ _lang('Staff Limit') }} | {{ $profile->company->staff_limit }} |
| {{ _lang('Contacts Limit') }} | {{ $profile->company->contacts_limit }} |
| {{ _lang('Invoice Limit') }} | {{ $profile->company->invoice_limit }} |
| {{ _lang('Quotation Limit') }} | {{ $profile->company->quotation_limit }} |
| {{ _lang('Project Management') }} | {{ $profile->company->project_management_module }} |
| {{ _lang('Recurring Transaction') }} | {{ $profile->company->recurring_transaction }} |
| {{ _lang('Inventory Module') }} | {{ $profile->company->inventory_module }} |
| {{ _lang('Live Chat') }} | {{ $profile->company->live_chat }} |
| {{ _lang('File Manager') }} | {{ $profile->company->file_manager }} |
| {{ _lang('Online Payment') }} | {{ $profile->company->online_payment }} |