Skip to content

Instantly share code, notes, and snippets.

@mohsenuss91
Created August 19, 2017 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohsenuss91/e391805b53f6f4286cd76160711c273b to your computer and use it in GitHub Desktop.
Save mohsenuss91/e391805b53f6f4286cd76160711c273b to your computer and use it in GitHub Desktop.
login form
<form action="{{url('auth/login')}}" method="post" accept-charset="utf-8" class="ui form">
<div class="ui segment biarabi animated zoomInDown">
<div class="field">
<div class="ui left icon input biarabi">
<i class=" blue inverted circular user icon"></i>
<input type="text" name="username" placeholder="&#1575;&#1587;&#1605; &#1575;&#1604;&#1605;&#1587;&#1578;&#1582;&#1583;&#1605;" class="biarabi">
</div>
</div>
<div class="field">
<div class="ui left icon input biarabi">
<i class="blue inverted circular lock icon"></i>
<input type="password" name="password" placeholder="&#1603;&#1604;&#1605;&#1577; &#1575;&#1604;&#1605;&#1585;&#1608;&#1585;" class="biarabi">
</div>
</div>
<div class="field">
<input type="hidden" name="_token" id="csrf-token" value="{{ Session::token() }}" />
<input type="submit" value="&#1578;&#1587;&#1580;&#1610;&#1604; &#1575;&#1604;&#1583;&#1582;&#1608;&#1604;" class="ui button large fluid blue biarabi">
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment