@extends('layouts.app') @section('css') @endsection @section('js') @endsection @section('content')
@include('layouts.components.admin.navbar')
@php $translateOrderStatus = [ "new" => "جديد", "pending" => "معلق", "confirmed" => "مؤكد", "postponed_to" => "مؤجل", "prepared" =>"تم التجهيز", "delivery" => "قيد التوصيل ", "delivered" => "تم التسليم ", "unavailable" => "غير متاح", "cancelled" => "ملغي ", "Refused_to_receive" => "رفص الاستلام" ]; @endphp @foreach ($status as $state)
@csrf

حالة {{$translateOrderStatus[$state->name]}}

status == "1" ? "checked" : ""}} type="checkbox" class="switch-checkbox" id="switch-{{$state->name}}" />

مع الفاتورة

invoice == "1" ? "checked" : ""}} type="checkbox" class="switch-checkbox" id="switch-2{{$state->name}}" />
@endforeach
© Powered by {{env('website_name')}}
@endsection