@extends('admin.layouts.base') @section('title', 'Edit Our Service') @section('content')

Edit Service: {{ $homeOurService->title }}

@csrf @method('PUT')
@error('title') {{ $message }} @enderror
@error('is_active') {{ $message }} @enderror
@error('subtitle') {{ $message }} @enderror
@if($homeOurService->image)

Current image (upload new to replace)

@endif
@error('image') {{ $message }} @enderror
Cancel
@endsection