@extends('admin.layouts.app') @section('title') @lang('Service') @endsection @section('content')
@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
@lang('Type & Details')
@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
@if($errors->has('description'))
@lang($errors->first('description'))
@endif
@endsection @push('js') @endpush