@extends('layouts.admin') @section('content')
{{ csrf_field() }} @include('includes.admin.form-both')
@component('admin.components.input-localized', ['from' => $tool, 'type' => 'textarea']) @slot('name') meta_keys @endslot @slot('value') meta_keys @endslot {{ __('Meta Keywords') }} @endcomponent
@component('admin.components.input-localized', ['from' => $tool, 'type' => 'textarea']) @slot('name') meta_description @endslot @slot('value') meta_description @endslot {{ __('Meta Description') }} @endcomponent
@endsection