@extends('admin.layouts.layout') @section('title')Services @endsection @section('body')

Service List

Add
@include('partials.event') @foreach ($services as $i => $service) @endforeach
# Icon Name Price Weightage
{{ $i + 1 }} @if ($service->icon) Icon of {{ $service->name }} @endif {{ $service->name }} {{ $service->price }} {{ $service->weightage }} Edit Delete
@endsection