@extends('layouts.content') @section('body_content') Business Travel Request Back {{-- Load Draft --}} @csrf @include('partials.alert') {{-- --}} {{-- Reference --}} {{-- --}} Initiated By Date Initiated Document Title * Trip Purpose * Requestor * {{-- @dd($env) --}} @if($env === "PT. Interskala Mandiri Indonesia") Approve By * @endif Email Address Division Department NIK KTP Phone Number {{-- --}} {{-- Manager Name * --}} @if($env !== "PT. Interskala Mandiri Indonesia") Select Choose @foreach ($managerUser as $item) {{ $item['name']}} @endforeach @endif {{-- --}} Start Date * Return Date * Destination * Choose destination... International Local Total Days Advance Amount Currency * Choose Currency... @foreach ($currency as $item) {{ $item->name }} @endforeach @include('btr.create.component.passanger') @include('btr.create.component.trip') @include('btr.create.component.cost') @include('btr.create.component.hotel') File Attachment @endsection