{!! Form::model($colour, ['method' => 'PUT', 'route' => ['admin.colours.update', $colour->id]]) !!}
{{ $errors->first('colour') }}