@extends('layouts.app') @section('content')
{{ _lang('Profile Settings') }}
@csrf
profile_picture) : '' }}" name="profile_picture" data-allowed-file-extensions="png jpg jpeg PNG JPG JPEG">
@if(Auth::user()->user_type == 'user')
{{ $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('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 }}
@endif
@endsection