@extends('backend.layouts.app')
@section('content')
| Serial |
Service Name |
Description |
Action |
@foreach($tee_categories as $category)
| {{$loop->index + 1}} |
{{$category->service_name}} |
{{$category->description}} |
|
@endforeach
@endsection
@section('page_script')
@endsection