@extends('layouts.app') @section('content')

{{"Welcome to Our Application Guest"}}

This is a demo page to showcase translations and Blade components

@if(session('status')) @else @endif @lang('Some great content') @trans('Some other contnet')
@endsection