@extends('client.layouts.app') @section('title', 'Захиалгууд') @section('page_title', 'Миний захиалгууд') @section('content')
+ Шинэ захиалга
@forelse($orders as $o)

{{ $o->title }}

{{ $o->order_number }} · {{ $o->service->title ?? '-' }}
{{ $o->statusLabel() }}

{{ $o->description }}

📅 Илгээсэн: {{ $o->created_at->format('Y-m-d') }} @if($o->deadline) ⏰ Эцсийн өдөр: {{ $o->deadline->format('Y-m-d') }} @endif
@empty

Та одоохондоо захиалга хийгээгүй байна.

+ Эхний захиалгаа өгөх
@endforelse
{{ $orders->links() }}
@endsection