@extends('admin.layouts.app')
@section('title', 'Admin | Services')
@section('page_css')
@endsection
@section('section')
| S.No |
Category |
Description |
Action |
@foreach($services as $key => $service)
| {{++$key}} |
{!! $service->category !!} |
{!! $service->description !!} |
|
@endforeach
@endsection