@extends('admin.layouts.app') @section('content')

Services

Services Lists
@if (count($services) > 0) @foreach ($services as $index => $service) @endforeach @else @endif
# Title (EN) Title (AR) Status Actions
{{ $index + 1 }} {{ $service->heading_en }} {{ $service->heading_ar }} @if ($service->status == 1) Active @else Dective @endif Edit
Records Not Found
@endsection