@extends('adminlte::page') @section('title', 'Edit Service') @section('content_header')

Edit Service

@stop @section('content') @if (count($errors) > 0)
Whoops! There were some problems with your input.
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf @method('PATCH')

Edit Service

@error('title') {{ $message }} @enderror
  Unique url of the Service @error('slug') {{ $message }} @enderror
{{--
@error('body') {{ $message }} @enderror
--}}

Price

NO CURRENCY SIGN - NO SPACE

Main Price

@error('price') {{ $message }} @enderror

Price for sale

@error('sale_price') {{ $message }} @enderror

Excerpt

  Small Description of the Service
{{-- seo --}} {{--

SEO

  Search engine details
--}}

Service Details

  Select category for Service @error('category_id') {{ $message }} @enderror
{{--
featured) == 1 ? 'checked' : '' }}> Featured shall be shown on home as priorty
--}}

Featured Image

  Note: size: Width-1200px Height: 800px @if ($service->image) your image @else your image @endif
@stop @section('css') @stop @section('js') {{-- summer note --}} {{-- view image while uploading --}} {{-- create live slug --}} {{-- for auto hide alert message --}} {{-- ck editor image updoad --}} {{-- disable multiple select2 --}} {{-- Sucess and error notification alert --}} @stop