@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')
@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.') }}

featured == 1 ? 'checked' : '' }}>

@endsection