@extends('layouts.app') @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ]; @endphp @section('content') @include('pages.welcome.partials._content', ['jsTranslations' => $jsTranslations]) @endsection @push('scripts') @endpush