@extends('admin.layouts.app') @section('title', 'Admin | Services') @section('page_css') @endsection @section('section')

Services

@foreach($services as $key => $service) @endforeach
S.No Category Description Action
{{++$key}} {!! $service->category !!} {!! $service->description !!}
@endsection