mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-27 16:34:00 +00:00
14 lines
483 B
PHP
14 lines
483 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
|