@extends('layout') @section('page.breadcumb') @endsection @section('content')
@section('page.title')

Welcome {{ isset($_SESSION['user']) ? $_SESSION['user']['first_name'] . ' ' . $_SESSION['user']['last_name'] : '' }}, this is a great apps

@show
@endsection @section('customjs') @endsection @section('contextual') @endsection