@extends('layouts.customer.login') @section('title') Fitsigma | Customer Register @endsection @section('CSS') @endsection @section('content')
{!! Form::open(array('route' => ['customer.register-store'], 'method' => 'POST', "id" => "registerform", "class" => 'ajax-form form-horizontal form-material')) !!}

Register Now

Create your account and enjoy
{{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}}

Already have an account? Sign In

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