remove old adminlte references

This commit is contained in:
Nabeel Shahzad
2017-12-30 12:23:30 -06:00
parent 3bbc32e235
commit 6a4e89fc40
21 changed files with 37 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
@section('content')
<div class="card border-blue-bottom">
<div class="content">
@include('adminlte-templates::common.errors')
@include('admin.flash.message')
{!! Form::model($rank, ['route' => ['admin.ranks.update', $rank->id], 'method' => 'patch']) !!}
@include('admin.ranks.fields')
{!! Form::close() !!}