@extends('dashboard.layouts.index') @section('page_title') @lang('global.posts') @stop @section('breadcrumb') @stop @section('content')
id)}}"novalidate method="POST"> @csrf

@lang('global.image')

@component('dashboard.components.edit_image' , ['avatar' => $model->image]) @endcomponent

@lang("global.post_information")

@component('dashboard.components.edit_text_large' , [ "name" => "desc_en", "type" => "text", "title" => __("global.description_en"), "value" => $model->desc_en ]) @endcomponent @component('dashboard.components.edit_text_large' , [ "name" => "desc_ar", "type" => "text", "title" => __("global.description_ar"), "value" => $model->desc_ar ]) @endcomponent
@stop