@extends('admin.layout.master') @section('content') {{trans($title.' edit')}} @lang('admin.home') {{trans($title)}} {{trans('edit '.$title)}} {{csrf_field()}} {{method_field('put')}} @include('admin.layout.message') @foreach(config('translatable.locales') as $local) @lang('admin.'.$local.'.name') @lang('admin.'.$local.'.descrption') {{$rows->translate($local)->descrption}} @endforeach @endsection @push('js') @endpush