@extends('layout.master') @section('content')
@include('app.settings.header')

{{ __('settings.list.company.info') }}

{{ __('settings.list.company.update.button') }}
{{ $currentCompany->owner->fullname }}
{{ $currentCompany->name }}
{{ $currentCompany->title_string }}
{{ $currentCompany->phone_string }}
{{ $currentCompany->tax_office_string }}
{{ $currentCompany->tax_number_string }}
@endsection @section('css') @endsection @section('js') @endsection