@extends('admin.layouts.app') @section('title') @lang('Edit Service') @endsection @section('content')
{{--@dd($errors)--}}
@csrf
@lang('Service Basic')
@if($errors->has('service_title'))
@lang($errors->first('service_title'))
@endif
@if($errors->has('category_id'))
@lang($errors->first('category_id'))
@endif
@lang('Price & Status')
@if($errors->has('min_amount'))
@lang($errors->first('min_amount'))
@endif
@if($errors->has('price'))
@lang($errors->first('price'))
@endif
@if($errors->has('max_amount'))
@lang($errors->first('max_amount'))
@endif
service_status == '0' ? 'checked': '' }} >
drip_feed == '0' ? 'checked': '' }} >
@lang('Type & Details')
api_provider_id) || !isset($service->api_service_id) ? 'checked' : '' }}>
api_provider_id, $service->api_service_id) ? 'checked' : '' }}>
@if($errors->has('api_provider_id'))
@lang($errors->first('api_provider_id'))
@endif
@if($errors->has('api_service_id'))
@lang($errors->first('api_service_id'))
@endif
@endsection @push('js') @endpush