@extends('layouts.panel') @section('title', 'مشاهده درخواست نمونه - منیجینو ابزار برای مدیریت خرید و فروش مواد شیمیایی ابزار برای مدیریت خرید و فروش مواد شیمیایی') @section('content')

مشاهده درخواست نمونه

جزئیات درخواست نمونه #{{ $sample->id }}

بازگشت به لیست @can('update', $sample) ویرایش @endcan

اطلاعات پایه

{{ $sample->product_name }}

{{ $sample->company_name }}

{{ $sample->sales_person_name }}

{{ $sample->customer_name }}

جزئیات فنی

{{ $sample->quantity_with_unit }}

{{ $sample->unit }}

{{ $sample->grade ?: 'تعیین نشده' }}

{{ $sample->jalali_follow_up_date }}

وضعیت و پیگیری

{{ $sample->status_label }}

{{ $sample->jalali_created_at }}

@if($sample->notes)

{{ $sample->notes }}

@endif
@if($sample->status === 'pending')

عملیات پیگیری

@endif
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @endsection @push('styles') @endpush @push('scripts') @endpush