@extends('new-template.layouts.base') @section('title', __('lang.sidebar.company_info')) @push('style') @endpush @section('content')
@livewire('company.company-info')
@endsection