@extends('layouts.guest') @section('content') @php $user = Auth::user(); @endphp
@include('common.error')
@endsection