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