@extends('layouts.master') @section('title', 'Update Service') @section('content')

Update Service

@if(count($errors) > 0) @endif
@csrf

Current Image


Looks good!
Please enter service name.
Looks good!
Please upload service image.

Looks good!
Please select any type.

Looks good!
Please enter service description.

@foreach($solutions as $solution)
@endforeach
@endsection @section('scripts') @endsection @section('styles') @endsection