{{-- chat tab --}}
@include('components.chat')
{{-- chat tab --}}
{{-- write my bio modal start --}}
{{--
Please enter all required fields
--}}
{{-- write my bio modal end --}}
Wait it will take 5 to 6 mins...
Hello, {{ ucwords($login_user->first_name) }}
{{ ucwords($login_user->last_name) }}
Your request to assign content creator has been recevied.
Once content creator will get assigned, you will get notified.
Send
reminder
Back to
content creator page
@if ($login_user->roles[0]->name == 'Client')
@endif
@endsection
@section('content_script')
@if ($login_user->roles[0]->name == 'Client')
@endif
@include('chat.chat-script')
@endsection