@extends('layouts.customer.login') @section('title') Fitsigma | Customer Login @endsection @section('content') {!! Form::open(array('route' => ['customer.store'], 'method' => 'POST', "id" => "loginform", "class" => 'ajax-form form-horizontal form-material')) !!} Remember me Forgot pwd? Log In {{----}} {{----}} {{----}} {{-- --}} {{-- --}} {{----}} {{----}} {{----}} Don't have an account? Sign Up {!! Form::close() !!} {!! Form::open(array('route' => ['customer.send-reset-link'], 'method' => 'POST', "id" => "recoverform", "class" => 'ajax-form form-horizontal')) !!} Recover Password Enter your Email and instructions will be sent to you! Reset {!! Form::close() !!} @endsection @section('JS') @endsection
Don't have an account? Sign Up
Enter your Email and instructions will be sent to you!