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

Welcome to Admin! 👋

Please sign-in to your account and start the adventure

@if (session('status')) @endif
@endsection