@extends('pages.settings.index') @section('page-header-section') {{ __('Company Settings') }} @endsection @section('page-section')
@csrf
{{ __('Company Name') }}
{{ __('Contact Person') }}
{{ __('Address') }}
{{ __('Country') }}
{{ __('City') }}
{{ __('State/Province') }}
{{ __('Postal Code') }}
{{ __('Email') }}
{{ __('Phone Number') }}
{{ __('Mobile Number') }}
{{ __('Fax') }}
{{ __('Website Url') }}
@endsection