@extends('layouts.app') @section('title', 'Thank you for Registration') @section('content')
First slide
@if(Auth::check()) @endif
@endsection