Name | Age | |
---|---|---|
Michael Jordan | 50 | |
Shaquille O'Neal | 44 | |
Kobe Bryant | 38 | |
Tim Duncan | 40 | |
Dwyane Wade | 34 | |
Stephen Curry | 28 | |
Klay Thompson | 26 | |
Kevin Durant | 28 | |
Manu GinĂ³bili | 39 | |
Tony Parker | 34 | |
Kawhi Leonard | 25 | |
Danny Green | 29 | |
LeBron James | 32 | |
Chris Paul | 31 | |
Russell Westbrook | 28 |
php artisan resource-file:create Biography --names=name,age,biography,sport,gender,colors,is_retired,photo,range,month php artisan create:resources Biography --with-form-request --with-migration --models-per-page=15
{ "fields": [ "name": "id", "labels": "Id", "html-type": "hidden", "css-class": "", "options": {}, "html-value": null, "validation": "", "is-on-index": false, "is-on-show": false, "is-on-form": false, "data-type": "int", "data-type-params": [], "data-value": null, "is-index": false, "is-unique": false, "is-primary": true, "comment": null, "is-nullable": true, "is-header": false, "is-unsigned": true, "is-auto-increment": true, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": {}, "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "name", "labels": "Name", "html-type": "text", "css-class": "", "options": {}, "html-value": null, "validation": "required|string|min:1|max:255", "is-on-index": true, "is-on-show": true, "is-on-form": true, "data-type": "string", "data-type-params": [ 255 ], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": false, "is-header": true, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Enter name here...", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "age", "labels": "Age", "html-type": "number", "css-class": "", "options": {}, "html-value": null, "validation": "required|numeric|min:18|max:99", "is-on-index": true, "is-on-show": true, "is-on-form": true, "data-type": "string", "data-type-params": [ ], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": false, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Enter age here...", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "biography", "labels": "Biography", "html-type": "textarea", "css-class": "", "options": {}, "html-value": null, "validation": "nullable|string|min:0|max:1000", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "string", "data-type-params": [ 1000 ], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": true, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Enter biography here...", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "sport", "labels": "Sport", "html-type": "select", "css-class": "", "options": { "basketball": "basketball", "football": "football", "soccer": "soccer" }, "html-value": null, "validation": "required", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "enum", "data-type-params": [ 10 ], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": false, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Select sport", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "gender", "labels": "Gender", "html-type": "radio", "css-class": "", "options": { "": "Prefer not to say", "1": "Male", "2": "Female" }, "html-value": null, "validation": "required", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "char", "data-type-params": [ 10 ], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": false, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Enter gender here...", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "colors", "labels": "Colors", "html-type": "checkbox", "css-class": "", "options": [ "Green", "Blue", "Black", "White", "Brown", "Yellow", "Red" ], "html-value": null, "validation": "required|array", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "string", "data-type-params": [ 255 ], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": false, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": true, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Enter colors here...", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "is_retired", "labels": "Is Retired", "html-type": "checkbox", "css-class": "", "options": {}, "html-value": null, "validation": "boolean", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "bool", "data-type-params": [], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": true, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": {}, "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "photo", "labels": "Photo", "html-type": "file", "css-class": "", "options": {}, "html-value": null, "validation": "nullable|file", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "string", "data-type-params": [ 500 ], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": true, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": {}, "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "range", "labels": "Range", "html-type": "text", "css-class": "", "options": {}, "html-value": null, "validation": "required", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "int", "data-type-params": [], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": false, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Enter range here...", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null }, { "name": "month", "labels": "Month", "html-type": "text", "css-class": "", "options": {}, "html-value": null, "validation": "nullable", "is-on-index": false, "is-on-show": true, "is-on-form": true, "data-type": "int", "data-type-params": [], "data-value": null, "is-index": false, "is-unique": false, "is-primary": false, "comment": null, "is-nullable": true, "is-header": false, "is-unsigned": false, "is-auto-increment": false, "is-inline-options": false, "is-date": false, "date-format": "", "cast-as": "", "placeholder": "Enter month here...", "delimiter": "; ", "range": [], "foreign-relation": null, "foreign-constraint": null, "on-store": null, "on-update": null } ], "relations" : [ ], "indexes" : [ ] }
namespace App\Models; use Illuminate\Database\Eloquent\Model; class Biography extends Model { /** * The database table used by the model. * * @var string */ protected $table = 'biographies'; /** * The database primary key value. * * @var string */ protected $primaryKey = 'id'; /** * Attributes that should be mass-assignable. * * @var array */ protected $fillable = [ 'name', 'age', 'biography', 'sport', 'gender', 'colors', 'is_retired', 'photo', 'range', 'month' ]; /** * The attributes that should be mutated to dates. * * @var array */ protected $dates = []; /** * The attributes that should be cast to native types. * * @var array */ protected $casts = []; /** * Set the colors. * * @param string $value * @return void */ public function setColorsAttribute($value) { $this->attributes['colors'] = json_encode($value); } /** * Get colors in array format * * @param string $value * @return array */ public function getColorsAttribute($value) { return json_decode($value) ?: []; } }
namespace App\Http\Controllers; use App\Http\Controllers\Controller; use App\Models\Biography; use App\Http\Requests\BiographiesFormRequest; class BiographiesController extends Controller { /** * Display a listing of the biographies. * * @return Illuminate\View\View */ public function index() { $biographies = Biography::paginate(15); return view('biographies.index', compact('biographies')); } /** * Show the form for creating a new biography. * * @return Illuminate\View\View */ public function create() { return view('biographies.create'); } /** * Store a new biography in the storage. * * @param App\Http\Requests\BiographiesFormRequest $request * * @return Illuminate\Http\RedirectResponse | Illuminate\Routing\Redirector */ public function store(BiographiesFormRequest $request) { try { $data = $request->getData(); Biography::create($data); return redirect()->route('laravel-code-generator.demos.v2-2.biography.index') ->with('success_message', 'Biography was successfully added!'); } catch (Exception $exception) { return back()->withInput() ->withErrors(['unexpected_error' => 'Unexpected error occurred while trying to process your request!']); } } /** * Display the specified biography. * * @param int $id * * @return Illuminate\View\View */ public function show($id) { $biography = Biography::findOrFail($id); return view('biographies.show', compact('biography')); } /** * Show the form for editing the specified biography. * * @param int $id * * @return Illuminate\View\View */ public function edit($id) { $biography = Biography::findOrFail($id); return view('biographies.edit', compact('biography')); } /** * Update the specified biography in the storage. * * @param int $id * @param App\Http\Requests\BiographiesFormRequest $request * * @return Illuminate\Http\RedirectResponse | Illuminate\Routing\Redirector */ public function update($id, BiographiesFormRequest $request) { try { $data = $request->getData(); $biography = Biography::findOrFail($id); $biography->update($data); return redirect()->route('laravel-code-generator.demos.v2-2.biography.index') ->with('success_message', 'Biography was successfully updated!'); } catch (Exception $exception) { return back()->withInput() ->withErrors(['unexpected_error' => 'Unexpected error occurred while trying to process your request!']); } } /** * Remove the specified biography from the storage. * * @param int $id * * @return Illuminate\Http\RedirectResponse | Illuminate\Routing\Redirector */ public function destroy($id) { try { $biography = Biography::findOrFail($id); $biography->delete(); return redirect()->route('laravel-code-generator.demos.v2-2.biography.index') ->with('success_message', 'Biography was successfully deleted!'); } catch (Exception $exception) { return back()->withInput() ->withErrors(['unexpected_error' => 'Unexpected error occurred while trying to process your request!']); } } }
namespace App\Http\Requests\Demos\CodeGenerator\v22; use Illuminate\Foundation\Http\FormRequest; class BiographiesFormRequest extends FormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return false; } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return [ 'name' => 'required|string|min:1|max:255', 'age' => 'required|numeric|min:18|max:99', 'biography' => 'nullable|string|min:0|max:1000', 'sport' => 'required', 'gender' => 'required', 'colors' => 'required|array', 'is_retired' => 'boolean|nullable', 'photo' => 'nullable|file', 'range' => 'required', 'month' => 'nullable', ]; } /** * Get the request's data from the request. * * * @return array */ public function getData() { $data = $this->only(['name','age','biography','sport','gender','colors','is_retired','range','month']); if ($this->has('custom_delete_photo')) { $data['photo'] = null; } if ($this->hasFile('photo')) { $data['photo'] = $this->moveFile($this->file('photo')); } $data['is_retired'] = $this->has('is_retired'); return $data; } /** * Moves the attached file to the server. * * @param Symfony\Component\HttpFoundation\File\UploadedFile $file * * @return string */ protected function moveFile($file) { if (!$file->isValid()) { return ''; } return $file->store(config('codegenerator.files_upload_path'), config('filesystems.default')); } }
Route::group( [ 'prefix' => 'biographies', ], function () { Route::get('/', 'BiographiesController@index') ->name('biographies.biography.index'); Route::get('/create','BiographiesController@create') ->name('biographies.biography.create'); Route::get('/show/{biography}','BiographiesController@show') ->name('biographies.biography.show') ->where('id', '[0-9]+'); Route::get('/{biography}/edit','BiographiesController@edit') ->name('biographies.biography.edit') ->where('id', '[0-9]+'); Route::post('/', 'BiographiesController@store') ->name('biographies.biography.store'); Route::put('biography/{biography}', 'BiographiesController@update') ->name('biographies.biography.update') ->where('id', '[0-9]+'); Route::delete('/biography/{biography}','BiographiesController@destroy') ->name('biographies.biography.destroy') ->where('id', '[0-9]+'); });
use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; class CreatebiographiesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('biographies', function(Blueprint $table) { $table->increments('id'); $table->timestamps(); $table->string('name', 255); $table->string('age', 255); $table->string('biography', 1000)->nullable(); $table->enum('sport', ['basketball','football','soccer']); $table->char('gender', 10); $table->string('colors', 255); $table->boolean('is_retired'); $table->string('photo', 500)->nullable(); $table->integer('range'); $table->integer('month')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('biographies'); } }
@extends('layouts.app') @section('content') @if(Session::has('success_message')) <div class="alert alert-success"> <span class="glyphicon glyphicon-ok"></span> {!! session('success_message') !!} <button type="button" class="close" data-dismiss="alert" aria-label="close"> <span aria-hidden="true">×</span> </button> </div> @endif <div class="panel panel-default"> <div class="panel-heading clearfix"> <div class="pull-left"> <h4 class="mt-5 mb-5">Biographies</h4> </div> <div class="btn-group btn-group-sm pull-right" role="group"> <a href="{{ route('biographies.biography.create') }}" class="btn btn-success" title="Create New Biography"> <span class="glyphicon glyphicon-plus" aria-hidden="true"></span> </a> </div> </div> @if(count($biographies) == 0) <div class="panel-body text-center"> <h4>No Biographies Available!</h4> </div> @else <div class="panel-body panel-body-with-table"> <div class="table-responsive"> <table class="table table-striped "> <thead> <tr> <th>Name</th> <th>Age</th> <th></th> </tr> </thead> <tbody> @foreach($biographies as {"id":15,"created_at":"2017-01-08 17:28:44","updated_at":"2017-01-08 17:28:44","name":"Russell Westbrook","age":"28","biography":"Russell Westbrook Jr. is an American professional basketball player for the Oklahoma City Thunder of the National Basketball Association","sport":"basketball","gender":"male","colors":["Yellow"],"is_retired":"0","photo":"be74fee8-adf0-11e7-96bb-f23c91a19036.jpg","range":"20","month":"1"}) <tr> <td>{{ $biography->name }}</td> <td>{{ $biography->age }}</td> <td> <form method="POST" action="{!! route('biographies.biography.destroy', $biography->id) !!}" accept-charset="UTF-8"> <input name="_method" value="DELETE" type="hidden"> {{ csrf_field() }} <div class="btn-group btn-group-xs pull-right" role="group"> <a href="{{ route('biographies.biography.show', $biography->id ) }}" class="btn btn-info" title="Show Biography"> <span class="glyphicon glyphicon-open" aria-hidden="true"></span> </a> <a href="{{ route('biographies.biography.edit', $biography->id ) }}" class="btn btn-primary" title="Edit Biography"> <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> </a> <button type="submit" class="btn btn-danger" title="Delete Biography" onclick="return confirm("Delete Biography?")"> <span class="glyphicon glyphicon-trash" aria-hidden="true"></span> </button> </div> </form> </td> </tr> @endforeach </tbody> </table> </div> </div> <div class="panel-footer"> {!! $biographies->render() !!} </div> @endif </div> </section> @endsection
@extends('layouts.app') @section('content') <div class="panel panel-default"> <div class="panel-heading clearfix"> <span class="pull-left"> <h4 class="mt-5 mb-5">Create New Biography</h4> </span> <div class="btn-group btn-group-sm pull-right" role="group"> <a href="{{ route('biographies.biography.index') }}" class="btn btn-primary" title="Show All Biography"> <span class="glyphicon glyphicon-th-list" aria-hidden="true"></span> </a> </div> </div> <div class="panel-body"> @if ($errors->any()) <ul class="alert alert-danger"> @foreach ($errors->all() as $error) <li>{{ $error }}</li> @endforeach </ul> @endif <form method="POST" action="{{ route('biographies.biography.store') }}" accept-charset="UTF-8" class="form-horizontal" enctype="multipart/form-data"> {{ csrf_field() }} @include ('biographies.form') <div class="form-group"> <div class="col-md-offset-2 col-md-10"> <input class="btn btn-primary" type="submit" value="Add"> </div> </div> </form> </div> </div> @endsection
@extends('layouts.app') @section('content') <div class="panel panel-default"> <div class="panel-heading clearfix"> <div class="pull-left"> <h4 class="mt-5 mb-5">{{ !empty($biography->name) ? $biography->name : 'Biography' }}</h4> </div> <div class="btn-group btn-group-sm pull-right" role="group"> <a href="{{ route('biographies.biography.index') }}" class="btn btn-primary" title="Show All Biography"> <span class="glyphicon glyphicon-th-list" aria-hidden="true"></span> </a> <a href="{{ route('biographies.biography.create') }}" class="btn btn-success" title="Create New Biography"> <span class="glyphicon glyphicon-plus" aria-hidden="true"></span> </a> </div> </div> <div class="panel-body"> @if ($errors->any()) <ul class="alert alert-danger"> @foreach ($errors->all() as $error) <li>{{ $error }}</li> @endforeach </ul> @endif <form method="POST" action="{{ route('biographies.biography.update', $biography->id) }}" accept-charset="UTF-8" class="form-horizontal" enctype="multipart/form-data"> {{ csrf_field() }} <input name="_method" type="hidden" value="PUT"> @include ('biographies.form', [ 'biography' => $biography, ]) <div class="form-group"> <div class="col-md-offset-2 col-md-10"> <input class="btn btn-primary" type="submit" value="Update"> </div> </div> </form> </div> </div> @endsection
@extends('layouts.app') @section('content') <div class="panel panel-default"> <div class="panel-heading clearfix"> <span class="pull-left"> <h4 class="mt-5 mb-5">{{ isset($biography->name) ? $biography->name : 'Biography' }}</h4> </span> <div class="pull-right"> <form method="POST" action="{!! route('biographies.biography.destroy', $biography->id) !!}" accept-charset="UTF-8"> <input name="_method" value="DELETE" type="hidden"> {{ csrf_field() }} <div class="btn-group btn-group-sm" role="group"> <a href="{{ route('biographies.biography.index') }}" class="btn btn-primary" title="Show All Biography"> <span class="glyphicon glyphicon-th-list" aria-hidden="true"></span> </a> <a href="{{ route('biographies.biography.create') }}" class="btn btn-success" title="Create New Biography"> <span class="glyphicon glyphicon-plus" aria-hidden="true"></span> </a> <a href="{{ route('biographies.biography.edit', $biography->id ) }}" class="btn btn-primary" title="Edit Biography"> <span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> </a> <button type="submit" class="btn btn-danger" title="Delete Biography" onclick="return confirm("Delete Biography??")"> <span class="glyphicon glyphicon-trash" aria-hidden="true"></span> </button> </div> </form> </div> </div> <div class="panel-body"> <dl class="dl-horizontal"> <dt>Name</dt> <dd>{{ $biography->name }}</dd> <dt>Age</dt> <dd>{{ $biography->age }}</dd> <dt>Biography</dt> <dd>{{ $biography->biography }}</dd> <dt>Sport</dt> <dd>{{ $biography->sport }}</dd> <dt>Gender</dt> <dd>{{ $biography->gender }}</dd> <dt>Colors</dt> <dd>{{ implode('; ', $biography->colors) }}</dd> <dt>Is Retired</dt> <dd>{{ ($biography->is_retired) ? 'Yes' : 'No' }}</dd> <dt>Photo</dt> <dd>{{ $biography->photo }}</dd> <dt>Range</dt> <dd>{{ $biography->range }}</dd> <dt>Month</dt> <dd>{{ $biography->month }}</dd> </dl> </div> </div> @endsection
<div class="form-group {{ $errors->has('name') ? 'has-error' : '' }}"> <label for="name" class="col-md-2 control-label">Name</label> <div class="col-md-10"> <input class="form-control" name="name" type="text" id="name" value="{{ old('name', optional($biography)->name) }}" minlength="1" maxlength="255" required="true" placeholder="Enter name here..."> {!! $errors->first('name', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('age') ? 'has-error' : '' }}"> <label for="age" class="col-md-2 control-label">Age</label> <div class="col-md-10"> <input class="form-control" name="age" type="number" id="age" value="{{ old('age', optional($biography)->age) }}" min="18" max="99" required="true" placeholder="Enter age here..."> {!! $errors->first('age', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('biography') ? 'has-error' : '' }}"> <label for="biography" class="col-md-2 control-label">Biography</label> <div class="col-md-10"> <textarea class="form-control" name="biography" cols="50" rows="10" id="biography" maxlength="1000" placeholder="Enter biography here...">{{ old('biography', optional($biography)->biography) }}</textarea> {!! $errors->first('biography', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('sport') ? 'has-error' : '' }}"> <label for="sport" class="col-md-2 control-label">Sport</label> <div class="col-md-10"> <select class="form-control" id="sport" name="sport" required="true"> <option value="" style="display: none;" {{ old('sport', optional($biography)->sport ?: '') == '' ? 'selected' : '' }} disabled selected>Select sport</option> @foreach (['basketball' => 'basketball', 'football' => 'football', 'soccer' => 'soccer'] as $key => $text) <option value="{{ $key }}" {{ old('sport', optional($biography)->sport) == $key ? 'selected' : '' }}> {{ $text }} </option> @endforeach </select> {!! $errors->first('sport', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('gender') ? 'has-error' : '' }}"> <label for="gender" class="col-md-2 control-label">Gender</label> <div class="col-md-10"> <div class="radio"> <label for="gender_"> <input id="gender_" class="" name="gender" type="radio" value="" required="true" {{ old('gender', optional($biography)->gender) == '' ? 'checked' : '' }}> Prefer not to say </label> </div> <div class="radio"> <label for="gender_1"> <input id="gender_1" class="" name="gender" type="radio" value="1" required="true" {{ old('gender', optional($biography)->gender) == '1' ? 'checked' : '' }}> Male </label> </div> <div class="radio"> <label for="gender_2"> <input id="gender_2" class="" name="gender" type="radio" value="2" required="true" {{ old('gender', optional($biography)->gender) == '2' ? 'checked' : '' }}> Female </label> </div> {!! $errors->first('gender', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('colors') ? 'has-error' : '' }}"> <label for="colors" class="col-md-2 control-label">Colors</label> <div class="col-md-10"> <label for="colors_0" class="checkbox-inline"> <input id="colors_0" class="required" name="colors[]" type="checkbox" value="0" {{ in_array('0', old('colors', optional($biography)->colors)) ? 'checked' : '' }}> Green </label> <label for="colors_1" class="checkbox-inline"> <input id="colors_1" class="required" name="colors[]" type="checkbox" value="1" {{ in_array('1', old('colors', optional($biography)->colors)) ? 'checked' : '' }}> Blue </label> <label for="colors_2" class="checkbox-inline"> <input id="colors_2" class="required" name="colors[]" type="checkbox" value="2" {{ in_array('2', old('colors', optional($biography)->colors)) ? 'checked' : '' }}> Black </label> <label for="colors_3" class="checkbox-inline"> <input id="colors_3" class="required" name="colors[]" type="checkbox" value="3" {{ in_array('3', old('colors', optional($biography)->colors)) ? 'checked' : '' }}> White </label> <label for="colors_4" class="checkbox-inline"> <input id="colors_4" class="required" name="colors[]" type="checkbox" value="4" {{ in_array('4', old('colors', optional($biography)->colors)) ? 'checked' : '' }}> Brown </label> <label for="colors_5" class="checkbox-inline"> <input id="colors_5" class="required" name="colors[]" type="checkbox" value="5" {{ in_array('5', old('colors', optional($biography)->colors)) ? 'checked' : '' }}> Yellow </label> <label for="colors_6" class="checkbox-inline"> <input id="colors_6" class="required" name="colors[]" type="checkbox" value="6" {{ in_array('6', old('colors', optional($biography)->colors)) ? 'checked' : '' }}> Red </label> {!! $errors->first('colors', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('is_retired') ? 'has-error' : '' }}"> <label for="is_retired" class="col-md-2 control-label">Is Retired</label> <div class="col-md-10"> <div class="checkbox"> <label for="is_retired_1"> <input id="is_retired_1" class="" name="is_retired" type="checkbox" value="1" {{ old('is_retired', optional($biography)->is_retired) == '1' ? 'checked' : '' }}> Yes </label> </div> {!! $errors->first('is_retired', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('photo') ? 'has-error' : '' }}"> <label for="photo" class="col-md-2 control-label">Photo</label> <div class="col-md-10"> <div class="input-group uploaded-file-group"> <label class="input-group-btn"> <span class="btn btn-default"> Browse <input type="file" name="photo" id="photo" class="hidden"> </span> </label> <input type="text" class="form-control uploaded-file-name" readonly> </div> @if (isset($biography->photo) && !empty($biography->photo)) <div class="input-group input-width-input"> <span class="input-group-addon"> <input type="checkbox" class="custom-delete-file"> Delete </span> <span class="input-group-addon custom-delete-file-name"> {{ basename($biography->photo) }} </span> <input type="checkbox" name="custom_delete_photo" class="custom-delete-flag hidden"> </div> @endif {!! $errors->first('photo', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('range') ? 'has-error' : '' }}"> <label for="range" class="col-md-2 control-label">Range</label> <div class="col-md-10"> <select class="form-control" id="range" name="range"> <option value="" style="display: none;" {{ old('range', optional($biography)->range ?: '') == '' ? 'selected' : '' }} disabled selected>Enter range here...</option> @foreach (range(1, 10) as $value) <option value="{{ $value }}" {{ old('range', optional($biography)->range) == $value ? 'selected' : '' }}> {{ $value }} </option> @endforeach </select> {!! $errors->first('range', '<p class="help-block">:message</p>') !!} </div> </div> <div class="form-group {{ $errors->has('month') ? 'has-error' : '' }}"> <label for="month" class="col-md-2 control-label">Month</label> <div class="col-md-10"> <select class="form-control" id="month" name="month"> <option value="" style="display: none;" {{ old('month', optional($biography)->month ?: '') == '' ? 'selected' : '' }} disabled selected>Enter month here...</option> @foreach (range(1, 12) as $value) <option value="{{ $value }}" {{ old('month', optional($biography)->month) == $value ? 'selected' : '' }}> {{ date('F', mktime(0, 0, 0, $value, 1)) }} </option> @endforeach </select> {!! $errors->first('month', '<p class="help-block">:message</p>') !!} </div> </div>