@extends('layouts.admin') @section('content')
@if (count($errors) > 0)
@endif
{{$infomodel->getLabel('name',getAdminCurrentLang(),$data->id)}}
{{$infomodel->getLabel('description',getAdminCurrentLang(),$data->id)}}
@endsection