@extends('adminlte::page') @section('title', 'Teslim Al — Sipariş #' . $order->id) @section('css') @endsection @section('content') @php $typeColors = ['daily' => '#27ae60', 'weekly' => '#2980b9', 'manual' => '#8e44ad']; $color = $typeColors[$order->type] ?? '#e67e22'; $statuses = \App\Models\Staff\Order::statuses(); $status = $statuses[$order->status] ?? ['label' => $order->status, 'badge' => 'secondary']; @endphp
@endsection @section('js') @endsection