@extends('layouts.admin_layout') @section('title', 'Edit Service') @section('content')

Edit Service

Edit Service

@csrf




@foreach($service_solutions as $service_solution_row)


@endforeach
@foreach($service_processes as $service_process_row)


@endforeach
@foreach($service_case_studies as $service_case_study_row)


@endforeach
@foreach($service_testimonials as $service_testimonial_row)


@endforeach


@if(!empty($service->service_catalog))
View Catalog
@endif
@if(!empty($service->service_video_thumbnail))

@endif
@if(!empty($service->banner_image))

@endif
@if(!empty($service->banner_image_mobile))

@endif
@endsection