@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') location @endslot @slot('placeholder') {{ __('Location') }} @endslot @slot('value') location @endslot {{ __('Location') }} * @endcomponent
@endsection