@extends("layouts.admin.app") @section("page-title") {{__("edit")}} @endSection @section("page-nav-title")
{{__("edit")}}
{{__("control")}}
{{__("common-misc")}}
{{__("edit")}}
@endsection @section("content")
{{__("edit")}}
id)}}" enctype="multipart/form-data"> @csrf @method("put")
{{__("english-title")}}
@error("en_title")
{{$message}}
@enderror
{{__("arabic-title")}}
@error("ar_title")
{{$message}}
@enderror
{{--
{{__("english-body")}}
{{inputValue("en_body", $misconceptions)}}
@error("en_body")
{{$message}}
@enderror
{{__("arabic-body")}}
{{inputValue("ar_body", $misconceptions)}}
@error("ar_body")
{{$message}}
@enderror
--}}
{{ __('english-body') }}
{{ inputValue('en_body', $misconceptions) }}
@error("en_body")
{{$message}}
@enderror
{{ __('arabic-body') }}
{{ inputValue('ar_body', $misconceptions) }}
@error("ar_body")
{{$message}}
@enderror
{{__("image")}}
{{__("Upload photo")}}
@error("image")
{{$message}}
@enderror
@endsection @section('scripts') @endsection