@php $layout = auth('employee')->check()?'employee':'admin'; @endphp @extends('layout.'.$layout.'.master') @section('content')