@php $customizerHidden = 'customizer-hide'; $pageConfigs = ['myLayout' => 'blank']; @endphp @extends('layouts/layoutMaster') @section('title', 'Accept Invitation') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Set Password For Your Account

@if (session('status'))

{{ session('status') }}

@endif
{{-- --}} @csrf {{--
@error('email') {{ $message }} @enderror
--}}
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@endsection