@extends('layouts.app') @section('content')
HOME PAGE BLADE in: [{{ isset($lang)? $lang : (session('locale')? session('locale') : App::getLocale()) }}]
@if (session('status')) @endif
                        ...
                    


@endsection