@extends('user.layout') @if (!empty($service->language) && $service->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Edit_Service') }}
{{ __('Back') }}
@csrf
...

@if ($userBs->theme === 'home_six' || $userBs->theme === 'home_seven' || $userBs->theme === 'home_nine')
@if ($errors->has('icon'))

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

@endif
{{ __('Click_on_the_dropdown_icon_to_select_an_icon') }}
@endif

{{ __('Service_Serial_Number_text') }}

@if ( $userBs->theme != 'home_nine' || $userBs->theme != 'home_ten' || $userBs->theme != 'home_eleven' || $userBs->theme != 'home_twelve') @else
featured == 1 ? 'checked' : '' }}>

@endif

@endsection