@extends($layout) @section('content')
@include('errors.errors')

{{ $title }}

@if ($record) {{ Form::model($record, array('url' => URL_LIBRARY_MASTERS_EDIT.$record->slug, 'method'=>'patch', 'files' => true)) }} @endif
{{ Form::label('asset_type_id', getphrase('asset_type')) }} {{Form::select('asset_type_id', $asset_types, null, ['placeholder' => getPhrase('select_type'),'class'=>'form-control','readonly'=>'true'])}}
{{ Form::label('title', getphrase('title')) }} {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'C Programming' ,'readonly'=>'true')) }}
{{ Form::label('image', getphrase('image')) }}
@if($record) @if($record->image)