/var/www/flurhymez/resources/views/pages
NameSizeModeActions
about.blade.php8020644editdlrm
contact.blade.php6400644editdlrm
events.blade.php15810644editdlrm
home.blade.php3190644editdlrm
works.blade.php23190644editdlrm
Edit: /var/www/flurhymez/resources/views/pages/home.blade.php (319B)
@extends('../layout.app') @section('title', __('lang.navbar.home')) @section('namespace', __('lang.navbar.home')) @section('content') @include('sections.intro') @include('sections.services') @include('sections.works') @include('sections.events') @include('sections.partners') @include('sections.contact') @endsection