@extends('dashboard.layout.content') @section('customTitle') {{ __('general.edit_service', ['service' => $service->name]) }} @endsection @section('customStyle')
@endsection @section('customBody')
{{ __('general.edit_service', ['service' => $service->name]) }}
@method('PATCH') @csrf
{{ __('validation.attributes.ar_name') }}
{{ __('validation.attributes.en_name') }}
{{ __('validation.attributes.code') }}
{{ __('validation.attributes.icon') . ' (' . __('general.optional') }})
{{ __('general.allowed_files') }} png,jpg,jpeg
@endsection @section('customScript') @endsection