@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')
@if (session('success')) @endif
+
@if($type == 'doctors') @endif @foreach($categoriesData as $categories) @if($type == 'doctors') @endif @endforeach
S. No. Category Name Category PositionClient Page URLsStatus Actions
1. {{ $categories->category_name }} {{ $categories->position_order }} link }}"> {{ $categories->category_name }}
@endsection