@extends('dashboard.layouts.index') @section('page_title') @lang('global.posts') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang("global.post_information")

@component('dashboard.components.edit_text2' , [ "name" => "image", "type" => "file", "title" => __("global.image"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "desc_en", "type" => "text", "title" => __("global.description_en"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "desc_ar", "type" => "text", "title" => __("global.description_ar"), ]) @endcomponent {{-- @component('dashboard.components.edit_text2' , [ "name" => "working_hours", "type" => "text", "title" => __("global.working_hours"), ]) @endcomponent @component('dashboard.components.edit_text2' , [ "name" => "numberofdays", "type" => "text", "title" => __("global.numberofdays"), ]) @endcomponent --}}
@stop