@extends('store.storeLayout') @section('content')
{{csrf_field()}}

SIGN UP

{!! $errors->first('name', '') !!}
{!! $errors->first('email', '') !!}
{!! $errors->first('address', '') !!}
{!! $errors->first('city', '') !!}
{!! $errors->first('zip', '') !!}
{!! $errors->first('tel', '') !!}
{!! $errors->first('pass', '') !!}
{!! $errors->first('confirm_password', '') !!}
@endsection