@extends('landing.layouts.app') @section('title') {{ __('messages.web_home.home') }} @endsection @section('content') {{-- --}}
@include('flash::message')
@endsection @section('scripts') @endsection