@extends('admin.layout.master') @section('title', "$name") @section('content')

{{$name}}

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

{{$name}}

@if($type == 'poet') @endif @foreach($rows as $row) @if($type == 'poet') @if($row->poet_types == 'dialogue') @elseif($row->poet_types == 'elite') @else @endif @endif @endforeach
# الإسم رقم الجوال البريدالالكترونى المدينةنوع الشعرالحالة التحكم
{{$i}} {{$row->name}} {{$row->mobile}} {{$row->email}} {{$row->city->name}}المحاورةنخبةالكل{{ ($row->status == 'active') ? "مفعل" : "غير مفعل" }}
@stop