Removed box header

This commit is contained in:
snipe 2016-04-19 07:43:49 -07:00
parent 13f85e82bb
commit f2d883e711
2 changed files with 2 additions and 10 deletions

View file

@ -100,11 +100,7 @@ class DepreciationsController extends Controller
return Redirect::to('admin/settings/depreciations')->with('error', trans('admin/depreciations/message.does_not_exist'));
}
// Show the page
//$depreciation_options = array('' => 'Top Level') + Depreciation::lists('name', 'id');
$depreciation_options = Helper::depreciationList();
return View::make('depreciations/edit', compact('depreciation'))->with('depreciation_options', $depreciation_options);
return View::make('depreciations/edit', compact('depreciation'));
}

View file

@ -29,11 +29,7 @@
<input type="hidden" name="_token" value="{{ csrf_token() }}" />
<div class="box box-default">
@if ($depreciation->id)
<div class="box-heading">
{{ $depreciation->name }}
</div>
@endif
<div class="box-body">