@extends('admin.layout.app') @section('content')
Add Service
@php $i=1; @endphp @foreach($services as $service) @if($service->status == 1) @else @endif @endforeach
ID Service name Service Heading Service Image Status Actions
{{ $i++ }} {{ $service->title }} {{ $service->heading }} ActiveIn Active
Edit
@endsection @section('script') @endsection