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

لیست مشتریان

@php if(!$customers->isempty()){ $count = $customers->currentPage() * 10 - 10; @endphp @foreach($customers as $item) @php $count++ @endphp @endforeach @php } else { @endphp @php } @endphp
# عنوان توضیحات نمایش
{{ $count }} {{ $item->description?? " --- "}} {{ $item->title??''}}
* موردی یافت نشد - -
@stop @section("footer")