@extends('laundry::layouts/fullLayoutMaster') @section('title', __('locale.Login Page') ) @section('page-style') {{-- Page Css files --}} @endsection @section('content')

{{ __('locale.Welcome to Smart Laundry') }}

{{ __('locale.Please sign-in to your account and start the adventure') }}

@endsection