@extends('admin.settings.index') @section('settings_tab_content')
@lang('crm.company_information')
@include('partials.messages') {!! Form::open(['route' => ['admin.settings.save', $group], 'class' => '', 'id' => 'settings_form', 'files'=>true]) !!}

@lang('crm.settings_sales_company_info_note')


{company_name} {address}, {city}, {state}, {zip_code}, {country_code}, {phone}, {vat_number}, {vat_number_with_label}

@if(admin_permission('settings.update'))
@endif {!! Form::close() !!}
@stop @section('styles') @stop @section('scripts') @stop