@extends('admin.layout.master') @section('title', "الوظائف") @section('content')

الوظائف

{{-- @include('admin.layout.message')--}}

الوظائف

{{--

--}} {{-- --}} {{-- --}} {{-- --}} {{--

--}} @foreach($rows as $row) @endforeach
# الاسم المدينة رأي المشرف الحالة التحكم
{{$i}} {{$row->title}} {{$row->city->name}} @if($row->admin_opinion == 'accept') موافقة @elseif($row->admin_opinion == 'refuse') رفض @elseif($row->admin_opinion == 'pending') فى الانتظار @endif {{ ($row->status == 'active') ? "مفعل" : "غير مفعل" }}
@stop