@extends('panel.layout.base') @section('title',$title) @section('content') {!! \App\Metha\TMethaForm::open([ 'method' => 'POST', 'action' => $action ]) !!} @csrf
@if($errors->any()) @foreach($errors->all() as $error) @endforeach
@endif
@foreach(\App\Models\Language::all() as $index => $item)
{!! $form['lang'][$item['code']] !!}
@endforeach
{!! $form['general'] !!}
@if($type == 'update')
    @foreach(json_decode($script_data['data'],true)['tr']['images'] as $item)
  1. @endforeach
@endif
@foreach(\App\Models\Language::all() as $index => $item)
@endforeach
{!! \App\Metha\TMethaForm::close() !!} @endsection @section('script') @endsection