mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
11 lines
448 B
PHP
11 lines
448 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 |