@extends('admin.template.master') @section('title') Color insert and update user color Home Color Update @endsection @section('main-content') Entry {!! Form::open(['method' => 'PATCH', 'url' => '/admin/colors/' .$attribute->attribute_id]) !!} Color Name Hex Code {!! Form::close() !!} @endsection