@extends('Manager.Master') @section("title") مدیریت مدیران @stop @section('content')

مدیریت مدیران

@php if(!$data->isempty()){ $count = $data->currentPage() * 10 - 10; @endphp @foreach($data as $item) @php $count++ @endphp @endforeach @php } else { @endphp @php } @endphp
# نام تصویر مقام
{{ $count }} {{ $item->name }} @if($item->roles->first()) {{ $item->roles()->first()->name }} @else ندارد@endif
* موردی یافت نشد - -
@stop @section("footer")