@extends('layout') @section('content')

PHP Graph Tutorial

This sample app shows how to use the Microsoft Graph API to access Outlook and OneDrive data from PHP

@if(isset($userName))

Welcome {{ $userName }}!

Use the navigation bar at the top of the page to get started.

@else Click here to sign in @endif
@endsection