@extends('layouts.app_admin') @section('content') Dashboard > Color List > Add Color {{ csrf_field() }} Color_Name* @if ($errors->has('color_name')) {{ $errors->first('color_name') }} @endif Image* Browse @if ($errors->has('color_image')) {{ $errors->first('color_image') }} @endif Color_code* Add Cancel @endsection