@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

* {{ __("indicates a required field") }}

@component('admin.components.input-localized',["required" => true, "from" => $data]) @slot('name') title @endslot @slot('placeholder') {{ __('Title') }} @endslot @slot('value') title @endslot {{ __('Title') }} * @endcomponent

{{ __('Current Featured Image') }}

{{ __('Category') }}*

{{ __('Source') }} *

@component('admin.components.input-localized',["from" => $data, "type" => "richtext"]) @slot('name') details @endslot @slot('placeholder') {{ __('Details') }} @endslot @slot('value') details @endslot {{ __('Description') }} * @endcomponent
meta_tag != null || strip_tags($data->meta_description) != null) ? 'checked':'' }}>
@component('admin.components.input-localized',["from" => $data, "type" => "tags"]) @slot('name') meta_tag @endslot @slot('value') meta_tag @endslot {{ __('Meta Tags') }} @endcomponent @component('admin.components.input-localized',["from" => $data, "type" => "textarea"]) @slot('name') meta_description @endslot @slot('placeholder') {{ __('Meta Description') }} @endslot @slot('value') meta_description @endslot {{ __('Meta Description') }} @endcomponent
@component('admin.components.input-localized',["from" => $data, "type" => "tags"]) @slot('name') tags @endslot @slot('value') tags @endslot {{ __('Tags') }} @endcomponent
@endsection