@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 NowCreate your account and enjoy Select Branch @foreach($branches as $branch) {{ $branch->title }} @endforeach Sign Up {{----}} {{----}} {{----}} {{-- --}} {{-- --}} {{----}} {{----}} {{----}} Already have an account? Sign In {!! Form::close() !!} @endsection @section('JS') @endsection
Already have an account? Sign In