@extends('layouts.user') @section('content')
extrasistem logo
@if (Auth::user()->profile_img) @else @endif
@csrf
@include('components.workers.consentText')
@include('components.workers.secretContract')
@php $category = Auth::user()->preMeeting->category; @endphp @include('components.workers.cleanerContract')
@if ($errors->any()) @include('components.error-modal-second') @endif @if (session('error')) {{ session('error') }} @endif @if (session('success')) {{ session('success') }} @endif @endsection @section('javascript') @endsection