@extends('admin.layouts.master') @section('content') @include('admin.layouts.breadcrumbs',['contract_id'=>request()->get('contract_id')]) الاسم التاريخ عرض تحميل خيارات @foreach($certs as $term) {{$term->values()->where('name','name')->first()?->value}} {{$term->values()->where('name','date')->first()?->value}} @can('edit certifications') @endcan @can('delete certifications') حذف {{csrf_field()}} {{method_field('DELETE')}} @endcan @endforeach {{csrf_field()}} اضف جديد الاسم التاريخ المبلغ الملف الصلاحيات الادارة المحاسبة المالك المهندس @endsection @section('script') @endsection @section('style') @cannot('create certifications') @endcannot @endsection
الادارة
المحاسبة
المالك
المهندس