@extends('layouts.admin_layout') @section('title', 'Manage Services') @section('content') Manage Services Home Manage Services Add Service Save Sorting Save Featured Home Page Featured Service Action @foreach($services as $service_row) service_featured_homepage)) checked @endif> {{$service_row->service_name}} Edit @endforeach @endsection