@extends('admin.layouts.master') @section('content') عنوان الطلب القسيمة التاريخ الحالة تعديل الحالة @php @endphp @foreach($certs as $term) {{$term->values()->where('name','name')->first()->value}} {{$term->contract->name}} {{$term->values()->where('name','name')->first()->created_at}} {{$term->values()->where('name','status')->first()->value}} @endforeach {{csrf_field()}} اضف جديد القسيمة @foreach(auth()->user()->engineer_contracts as $contract) {{$contract->name}} @endforeach عنوان الطلب صيغة الطلب @endsection @section('script') @endsection