@extends('adminlte::page') @section('css') @stop @section('content') Edit Reward "{{$id}}" {!! Form::open(['action' => ['RewardController@update',$id], 'method' => 'PUT', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) !!} {!! Form::token() !!} {!! Form::label('name', 'Name', ['class' => 'col-sm-2 control-label']) !!} {!! Form::label('reward', 'Rewards ', ['class' => 'col-sm-2 control-label']) !!} [Add] {!! Form::close() !!} @stop @push('js') @endpush