@extends('frontend.layouts.contentLayoutMaster') {{-- title --}} @section('title', '登入') @section('vendor-styles') @endsection @section('page-styles') @endsection @section('content') @php // if (Auth::user()) { // dump(Auth::user()->info); // } @endphp
Login
@csrf
{{-- error message --}} {{--
--}} {{-- --}} {{--
--}}
@{{ errors }}
@endsection @section('vendor-scripts') @endsection @section('page-scripts') @endsection