Cleanup user edit page and show their pireps; log last IP address #110

This commit is contained in:
Nabeel Shahzad
2018-01-07 15:09:22 -06:00
parent ab7fa3b293
commit 247310b4e7
32 changed files with 131 additions and 56 deletions

View File

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