@extends('admins.layouts.index')
@section('content')
{!! Form::model($model, ['method'=>'post','class'=>'form-horizontal']) !!}
@foreach(App\Translation::get_lang_array() as $index => $row)
@php $data = $model->getFormTranslation($row->lang); @endphp
@endforeach