@extends('layouts.admin') @section('title', 'Color') @section('content') Color Color Create Add Color {{ Html::ul($errors->all()) }} {{ Form::open(['files'=>true,'url' => 'admin/colors']) }} Name {{ Form::text('title', Request::old('title'), array('id'=>'exampleInputEmail1','class' => 'form-control','placeholder' => 'Enter name')) }} Arabic Name {{ Form::text('arabic_title', Request::old('arabic_title'), array('id'=>'exampleInputEmail1','class' => 'form-control','placeholder' => 'Enter arabic name')) }} Status Active Inactive {{ Form::close() }} @endsection