@layout('layouts.main') @section('page-title') Seepur| Register @endsection @section('content') {{ script('scripts/views/register/app.bundle.js') }}

Register

Yep, It's Free

{{ csrfField() }}

{{ getErrorFor('name') ? getErrorFor('name') : '' }}

{{ getErrorFor('email') ? getErrorFor('email') : '' }}

{{ getErrorFor('password') ? getErrorFor('password') : '' }}

{{ getErrorFor('terms') ? getErrorFor('terms') : '' }}

@endsection