@extends('layouts.app') @section('content')
| SL | Photo | Category | Designation | Phone | Mobile | Fax | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ $results->firstItem() + $key }} |
|
{{ $row->category->name }} | {{ $row->designation }} | {{ $row->phone }} | {{ $row->mobile }} | {{ $row->fax }} | {{ $row->email }} |
Edit
Delete
|