{{-- resources/views/auth/register.blade.php --}} @php $configData = \App\Helpers\Helper::applClasses(); @endphp @extends('layouts.horizontalLayoutMaster') @section('title', 'Register') {{-- ✅ Vendor Styles --}} @section('vendor-style') @endsection {{-- ✅ Page Styles --}} @section('page-style') @endsection {{-- ✅ Content --}} @section('content')
{{-- ✅ Registration Header --}}

Registration

@csrf {{-- ✅ Account Details --}}

Account Information

@endsection {{-- ✅ Vendor Scripts --}} @section('vendor-script') @endsection {{-- ✅ Page Scripts --}} @section('page-script') @endsection