@extends('admin.layouts.app') @include('admin.nav') @section('main')
@csrf @isset($service) @method('PUT') @endisset
$errors->has('title'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Title"> @error('title') {{ $message }} @enderror
$errors->has('subtitle'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Subtitle"> @error('subtitle') {{ $message }} @enderror
$errors->has('short_desc'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) value="{{ old('short_desc', @$service->short_desc) }}" placeholder="Enter Short Description" /> @error('short_desc') {{ $message }} @enderror
@error('long_desc') {{ $message }} @enderror
$errors->has('adv_title'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Title"> @error('adv_title') {{ $message }} @enderror
$errors->has('adv_desc'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Description"> @error('adv_desc') {{ $message }} @enderror

$errors->has('process_title'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Title"> @error('process_title') {{ $message }} @enderror
$errors->has('process_desc'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Description"> @error('process_desc') {{ $message }} @enderror
$errors->has('title'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Description">


$errors->has('docs_title'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Title"> @error('docs_title') {{ $message }} @enderror
$errors->has('docs_desc'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Description"> @error('docs_desc') {{ $message }} @enderror


@error('overview') {{ $message }} @enderror
@error('procedure') {{ $message }} @enderror
@error('service_category_id') {{ $message }} @enderror
$errors->has('date'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder=""> @error('date') {{ $message }} @enderror
$errors->has('sort'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="0"> @error('sort') {{ $message }} @enderror
$errors->has('meta_title'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Meta Title"> @error('meta_title') {{ $message }} @enderror
$errors->has('meta_desc'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Meta Keyword"> @error('meta_desc') {{ $message }} @enderror
$errors->has('meta_keywords'), 'form-control ih-medium ip-gray radius-xs b-light px-15', ]) placeholder="Enter Meta Description"> @error('meta_keywords') {{ $message }} @enderror
@error('images') {{ $message }} @enderror @error('images.*') {{ $message }} @enderror
@if (isset($service))
@foreach ($service->images as $image) {{-- delete image on click event --}} @endforeach
@endif
@endsection @section('pageStyle') @endsection @section('pageJs') @endsection