@section('title', 'Login') @include('theme.head') @include('admin.message')
@php $user = Session::get('register_data'); @endphp
@csrf
@include('theme.scripts')