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