@extends('layouts.master') @section('title') Company @endsection @section('page-title') Company @endsection @section('body') @endsection @section('content')
@csrf @method('POST')

Business Details

Name

{{$company_name}}

Email

{{$user_email}}

Phone

{{$phone}}


Address

{{$address1}}

Country

{{$country}}

State

{{$state_name}}

City

{{$city_name}}

Zipcode

{{$address3}}

Default Currency

Currency
Symbol

{{$currency_symbol}}

Placement
Thounsand Symbol

{{$thousand_symbol}}

Decimal Symbol

{{$decimal_symbol}}

Decimal Symbol

{{$decimal_places}}

Business Logo



Date Format

Date Format

{{$global_date_format}}

@endsection @section('scripts') @endsection