@extends('layouts.admin_layout') @section('title', 'Manage Services') @section('content')

Manage Services

Add Service
@foreach($services as $service_row) @endforeach
Home Page Featured Service Action
service_featured_homepage)) checked @endif> {{$service_row->service_name}} Edit
@endsection