@extends('admin.layouts.master') @section('title', 'عناصر الطلب') @section('css') @include('admin.layouts.css') @endsection @section('body')
البائع: {{ $offer->vendor->name }}
السعر: {{ $offer->price }}
الضمان: {{ $offer->warranty_period }}
الحالة: @if ($offer->status == 'accepted') تم القبول @else معلق @endif
لا توجد عروض لهذا العنصر.