Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <h1 class="title"> @lang('cms.login')</h1>
  2. <form action="{{route('login')}}" method="post" role="form">
  3. {{csrf_field()}}
  4. <b-field label="@lang('cms.email')">
  5. <b-input type="email"
  6. icon="email"
  7. name="email"
  8. id="email"
  9. v-model="email"
  10. placeholder="@lang('cms.email')"
  11. v-validate="'required|email'"
  12. value="{{old('email')}}"
  13. message="Email is invalid.">
  14. </b-input>
  15. </b-field>
  16. </form>
Add Comment
Please, Sign In to add comment