@extends('layouts.auth.app',[ 'title' => 'Halaman Login' ]) @section('content')

{{ config('app.name') }}

@include('components.alert-message')
@csrf

Repost by StokCoding.com

@endsection