@extends('back.layouts.main') @section('title' , 'View '.$model->name ) @section('content')
Name {{$model->name}}
Name en {{$model->name_en}}
Backend name {{$model->backend_name}}
Section name {{$model->section_name}}
Type {{$model->type}}
Group {{$model->group_id}}
Product {{$model->product_id}}
Is required @if($model->is_required=='1') @else @endif
In front only @if($model->in_front_only=='1') @else @endif
Sort {{$model->sort}}
Price related to quantity @if($model->price_related_to_quantity=='1') @else @endif
@stop @section('breadcrumbs') @stop