@extends($layout)
@section('title', __('home.home'))
@section('content')
@endsection
@if( $siat_settings->isUltimatePOS() )
@section($section_scripts)
@else
@push($section_scripts)
@endif
@if( $siat_settings->isUltimatePOS() )
@endsection
@else
@endpush
@endif