@extends('layouts.app') @section('content')

Phone Directory

@foreach ($results as $key => $row) @php($avatar = !empty($row->avatar) ? $row->avatar : 'public/images/chief-placeholder.webp') @endforeach
SL Photo Category Designation Phone Mobile Fax Email Action
{{ $results->firstItem() + $key }} Avatar {{ $row->category->name }} {{ $row->designation }} {{ $row->phone }} {{ $row->mobile }} {{ $row->fax }} {{ $row->email }}
Edit Delete
{{ $results->onEachSide(2)->links() }}
@endsection @push('footerPartial') @endpush