mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
customer support interface
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<input class="form-control" type="text" name="marking" placeholder="Marking" value="{{$marking}}">
|
||||
</div>
|
||||
<div class="col">
|
||||
<input class="form-control" type="text" name="email" placeholder="Email" value="{{$email}}">
|
||||
<input class="form-control" type="text" name="customer_email" placeholder="Email" value="{{$email}}">
|
||||
</div>
|
||||
<div class="col">
|
||||
<input class="form-control" type="text" name="booking_reference" placeholder="Booking Reference" value="{{$bookingReference}}">
|
||||
@@ -23,7 +23,8 @@
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{{-- {{dd($company, $booking)}}--}}
|
||||
{{ $company->name }}
|
||||
{{ $booking->marking }}
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
+1
-1
@@ -116,7 +116,7 @@ Route::get('/support', function () {
|
||||
Route::post('/support', function (Request $request) {
|
||||
|
||||
$marking = $request->input('marking');
|
||||
$email = $request->input('email');
|
||||
$email = $request->input('customer_email');
|
||||
$bookingReference = $request->input('bookingReference');
|
||||
|
||||
$company = null;
|
||||
|
||||
Reference in New Issue
Block a user