@extends('admin.template.master') @section('title')

Color insert and update user color

@endsection @section('main-content')

Entry

{!! Form::open(['method' => 'PATCH', 'url' => '/admin/colors/' .$attribute->attribute_id]) !!}
{!! Form::close() !!}
@endsection