@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
{{ __('NB: click on the dropdown icon to select a social link icon.') }}
@endif

{{ __('The higher the serial number is, the later the blog will be shown.') }}

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

@endif

@endsection