view file updates..

This commit is contained in:
Cüneyt Şentürk
2020-03-14 16:15:29 +03:00
parent 9a6cf77d73
commit 83f6d5f9dd
7 changed files with 86 additions and 77 deletions

View File

@@ -6,6 +6,7 @@
@section('content')
<div role="alert" class="alert alert-danger d-none" :class="(form.response.error) ? 'show' : ''" v-if="form.response.error" v-html="form.response.message"></div>
{!! Form::open([
'route' => 'login',
'id' => 'login',