2 lines
459 B
PHP
2 lines
459 B
PHP
<x-layouts.app :title="__('keywords.add').' — TrafficPumper'"><x-customer-shell><header class="tp-page-header"><div><p>{{__('keywords.title')}}</p><h1>{{__('keywords.add')}}</h1><span>{{__('keywords.bulk_help')}}</span></div></header><section class="tp-panel tp-form-panel"><form method="POST" action="{{route('keywords.store')}}">@include('keywords._form',['submit'=>__('keywords.create'),'bulk'=>true])</form></section></x-customer-shell></x-layouts.app>
|