@extends('admin.admin-layouts.main-layout') @php if($type == 'doctors') { $title = 'Manage Doctors Categories'; } elseif($type == 'hospitals') { $title = 'Manage Hospitals Categories'; } @endphp @section('title', $title) @section('content')
| S. No. | Category Name | Category Position | @if($type == 'doctors')Client Page URLs | @endifStatus | Actions |
|---|---|---|---|---|---|
| 1. | {{ $categories->category_name }} | {{ $categories->position_order }} | @if($type == 'doctors')link }}"> {{ $categories->category_name }} | @endif
|
|