diff --git a/resources/views/messages/create.blade.php b/resources/views/messages/create.blade.php index 2801f0b..c1c4f80 100644 --- a/resources/views/messages/create.blade.php +++ b/resources/views/messages/create.blade.php @@ -16,24 +16,22 @@ @csrf @if (request()->has('replyTo'))
To:
-Subject:
- +Subject:
+ +To: has('to')) value="{{ request()->to }}" @else value="{{ old('name') }}" @endif> -
+To: has('to')) value="{{ request()->to }}" @else value="{{ old('name') }}" @endif>
Subject:
- + @endif @endsection diff --git a/resources/views/pages/incomplete.blade.php b/resources/views/pages/incomplete.blade.php index 814acff..24d08e4 100644 --- a/resources/views/pages/incomplete.blade.php +++ b/resources/views/pages/incomplete.blade.php @@ -11,7 +11,5 @@ @section('content')This page is not done yet. This page will be made soon, so please be patient.
-Looking for the download links for the client/studio? Click here.
@endsection \ No newline at end of file