@extends('layouts.app') @section('title') Dashboard @endsection @section('admin-content') Edit Expense Up Country Dashboard @csrf @method('PUT') @include('backend.layouts.partials.messages') Pilih Rayon Pilih Rayon @foreach ($rayons as $rayon) rayon_id == $rayon->id ? 'selected' : '' }}>{{ $rayon->name }} @endforeach Tanggal Tujuan Jarak Allowance Transport Dalam Kota Transport Antar Kota Hotel Bukti 1 Bukti 2 Bukti 3 Save @endsection