@extends('layouts.app') @section('content')
@csrf
@csrf
{{-- Form 3 --}}
@csrf

Main Section

Service 1
@if (!empty($service->service_1_icon)) @endif @if (!empty($service->section_1_image)) @endif
Service 2
@if (!empty($service->service_2_icon)) @endif @if (!empty($service->section_2_image)) @endif
Service 3
@if (!empty($service->service_3_icon)) @endif @if (!empty($service->section_3_image)) @endif
Service 4
@if (!empty($service->service_4_icon)) @endif @if (!empty($service->section_4_image)) @endif
Service 5
@if (!empty($service->service_5_icon)) @endif @if (!empty($service->section_5_image)) @endif
Service 6
@if (!empty($service->service_6_icon)) @endif @if (!empty($service->section_6_image)) @endif
{{-- Form 4 --}}
@csrf

Edit Cards

Card 1
Card 2
Card 3
Card 4
{{-- Form 5 --}}
@csrf


@endsection