@extends('layouts.admin-layout')
@section('title', 'All Service ')
@section('content')
Service Section
| S.N. |
Heading |
Image |
Action |
@foreach ($get_services as $service)
| {{ $loop->iteration }} |
{{ $service->heading ?: '' }} |
|
|
@endforeach
@endsection
@section('script')
@endsection