@extends('admin.layouts.master') @section('content')
@php @endphp @foreach($certs as $term) @endforeach
عنوان الطلب القسيمة التاريخ الحالة تعديل الحالة
{{$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}}
{{csrf_field()}}

اضف جديد

@endsection @section('script') @endsection