@extends('layouts.master-without-nav') @section('title') Register @endsection @section('body') @endsection @section('content')
{{-- @if ($tokenData->role == 'internal')

Internal Registration

@else

Subscriber Registration

@endif --}}

Registration


@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @include('partials.register-form')
{{--

Already have an account ? Login

© Veltrix. Crafted with by Themesbrand

--}}
@endsection @section('scripts') @endsection