@extends('admin.layouts.app') @section('title', 'Edit Pooja Service') @push('styles') @endpush @section('content')
Back to Services

Edit Pooja Service

Modify ritual details or update SEO parameters for "{{ $poojaService->name }}"

@csrf @method('PUT')

General Information

@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

SEO Parameters

@if($poojaService->seo_image) @else Click to change SEO image @endif

Update Status

Published Status

Cover Image

@if($poojaService->image) @else Click to change image @endif

Recommended size: 1200x630. Formats: WEBP, PNG, JPG.

@push('scripts') @endpush @endsection