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

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

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

{{ __('Price') }} * ({{ __('In') }} {{ $sign->name }})

@endsection