@extends('layouts.app') @section('content')
@auth @if (Auth::user()->type==1)

Welcome to Reception

@endif @endauth
@endsection