@php
$vc_company = \Modules\Company\Models\Company::first();
@endphp
{{-- {{ config('app.name', 'Facturación Electrónica') }}--}}
{{ $vc_company->title_web }}
@if (file_exists(public_path('theme/custom_styles.css')))
@endif
{{-- @if (file_exists(public_path('theme/background/bkg_store.jpeg')))
@else
@endif --}}
@yield('content')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@stack('scripts')