commit 08-2025
This commit is contained in:
parent
9ae662f63e
commit
480fdc65ed
404 changed files with 65310 additions and 2600431 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</h5>
|
||||
<div class="card-body">
|
||||
|
||||
{!! Form::open(['url' => route('languages.store'), 'class' => 'form-horizontal', 'id'=>'']) !!}
|
||||
{!! Form::open(['action' => route('languages.store'), 'class' => 'form-horizontal', 'id'=>'']) !!}
|
||||
<div class="form-group">
|
||||
<label class="form-label" for="name">{{ __('translation::translation.language_name') }}</label>
|
||||
{{ Form::text('name', '', array('class'=>'form-control', 'id'=>'name')) }}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</h5>
|
||||
<div class="card-body">
|
||||
|
||||
{!! Form::open(['url' => route('languages.translations.store', $language), 'class' => 'form-horizontal', 'id'=>'']) !!}
|
||||
{!! Form::open(['action' => route('languages.translations.store', $language), 'class' => 'form-horizontal', 'id'=>'']) !!}
|
||||
<div class="form-group">
|
||||
<label class="form-label" for="group">{{ __('translation::translation.group_label') }}</label>
|
||||
{{ Form::text('group', '', array('placeholder'=> __('translation::translation.group_placeholder'),'class'=>'form-control', 'id'=>'group')) }}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div class="card-body p-0">
|
||||
|
||||
{!! Form::open(['url' => route('admin_translate', ['model'=>$model]), 'class' => 'form-horizontal', 'method'=>'get']) !!}
|
||||
{!! Form::open(['action' => route('admin_translate', ['model'=>$model]), 'class' => 'form-horizontal', 'method'=>'get']) !!}
|
||||
|
||||
<div class="form-row align-items-center pb-0 px-4 pt-1">
|
||||
<div class="col-12">
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div class="card-body p-0">
|
||||
|
||||
{!! Form::open(['url' => route('languages.translations.index', ['language' => $language]), 'class' => 'form-horizontal', 'method'=>'get']) !!}
|
||||
{!! Form::open(['action' => route('languages.translations.index', ['language' => $language]), 'class' => 'form-horizontal', 'method'=>'get']) !!}
|
||||
|
||||
<div class="form-row align-items-center pb-0 px-4 pt-1">
|
||||
<div class="col-12">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue