@extends('admin.layout') @section('content')

{{ __('Service') }}

{{ __('Edit Service') }}

@csrf
@if ($errors->has('language_id'))

{{ $errors->first('language_id') }}

@endif

{{ __('Upload 670X418 (Pixel) Size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('image'))

{{ $errors->first('image') }}

@endif
@if ($errors->has('icon'))

{{ $errors->first('icon') }}

@endif
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('content'))

{{ $errors->first('content') }}

@endif
@if ($errors->has('serial_number'))

{{ $errors->first('serial_number') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@endsection