@extends('layouts.content') @section('body_content')
Waiting List Business Travel Request
@include('partials.alert')
@include('btr.tabPane.waitingList') @include('btr.tabPane.historyApproval') @include('btr.tabPane.walkRequest')
@include('btr.modal.approval_btr') @include('btr.modal.reject_btr') @include('btr.modal.upload_estimed_cost') @include('btr.modal.show_estimed_cost') @include('btr.modal.upload_purchese') @include('btr.modal.show_purchese') @include('btr.modal.upload_attachment_ticket') @include('btr.modal.show_cashier') @push('scripts') @endpush @endsection