@extends('educator::layout.layout') @section('title', __('educator::home.page_title')) @section('content') @if(session('login_welcome'))
{{ session('login_welcome') }}
@endif @endsection