@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')) !!}
Forgot pwd?
{{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}}

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!

{!! Form::close() !!}
@endsection @section('JS') @endsection