mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 05:23:58 +00:00
5eee532ff7
# Conflicts: # app/Http/Resources/TransactionResource.php # resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue # routes/web.php
11 lines
456 B
PHP
11 lines
456 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<div class="row">
|
|
<div class="col">
|
|
<booking-details-section-component :marking={{$marking}}></booking-details-section-component>
|
|
@if(!env('IS_PRODUCTION'))
|
|
{{--<a class="btn btn-xs all-caps b-rad-none btn-warning" href="{{ route('booking.merge', $marking)}}">Merge Transfer Orders</a>--}}
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@endsection |