@extends('layouts.load') @section('styles') @endsection @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') }} *

{{ __('Prefered Size: (600x600) or Square Sized Image') }}

@component('admin.components.input-localized',["type" => "textarea", "from" => $data]) @slot('name') details @endslot @slot('placeholder') {{ __('Description') }} @endslot @slot('value') details @endslot {{ __('Description') }} * @endcomponent
@endsection