@extends('billings.layouts.admin') @section('content') {!! Form::model($model, ['class'=>'form-horizontal']) !!} @include('_version_02.commons.layouts.partials._alert')

{{App\Language::trans('Detail Form')}}

{!! Form::label('english_description', App\Language::trans('English Description'), ['class'=>'control-label col-md-2']) !!}
{!! Form::text('english_description', null, ['id'=>'english_description', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('english_description', '')!!}
{!! Form::label('english_content', App\Language::trans('English Content'), ['class'=>'control-label col-md-2']) !!}
{!! Form::textarea('english_content', null, ['id'=>'english_content', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('english_content', '')!!}
{!! Form::label('malay_description', App\Language::trans('Malay Description'), ['class'=>'control-label col-md-2']) !!}
{!! Form::text('malay_description', null, ['id'=>'malay_description', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('malay_description', '')!!}
{!! Form::label('malay_content', App\Language::trans('Malay Content'), ['class'=>'control-label col-md-2']) !!}
{!! Form::textarea('malay_content', null, ['id'=>'malay_content', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('malay_content', '')!!}
{!! Form::label('chinese_description', App\Language::trans('Chinese Description'), ['class'=>'control-label col-md-2']) !!}
{!! Form::text('chinese_description', null, ['id'=>'chinese_description', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('chinese_description', '')!!}
{!! Form::label('chinese_content', App\Language::trans('Chinese Content'), ['class'=>'control-label col-md-2']) !!}
{!! Form::textarea('chinese_content', null, ['id'=>'chinese_content', 'rows'=>'10' , 'cols'=>'80','class'=>'form-control']) !!} {!!$errors->first('chinese_content', '')!!}
{!! Form::label('status', App\Language::trans('Status'), ['class'=>'control-label col-md-2']) !!}
{!!$errors->first('status', '')!!}
{!! Form::close() !!} @endsection @section('script') $(function () { // Replace the