@extends('user.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('user.partials.rtl-style') @section('content')
{{ __('Update Work Process') }}
@csrf
@if ($errors->has('icon'))

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

@endif
NB: click on the dropdown sign to select an icon.
@if ($errors->has('title'))

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

@endif
@if ($errors->has('text'))

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

@endif
@if ($errors->has('serial_number'))

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

@endif

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

@endsection