{{ Form::label('asset_type_id', getphrase('asset_type')) }} * {{Form::select('asset_type_id', $asset_types, null, ['placeholder' => getPhrase('select_type'),'class'=>'form-control'])}}
{{ Form::label('title', getphrase('title')) }} * {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'C Programming')) }}
{{ Form::label('image', getphrase('image')) }}
@if($record) @if($record->image)