@extends('dashboard.layouts.app') @section('content')
{{$row->name}}
{{$row->email}}
{{$row->phone}}
الدوله : {{$row->Country->title ?? ''}}
الدوله : {{$row->Country->title ?? ''}}
التصنيف : {{$row->Classification->title ?? ''}} {{-- جهه حكوميه --}}
@if ($row->active) مفعل @else معطل @endif
@include('dashboard.items.table_3')
@endsection @section('modal') @endsection