2017-06-29 08:54:05 +08:00
|
|
|
@extends('admin.app')
|
|
|
|
|
2017-08-25 02:37:54 +08:00
|
|
|
@section('title', 'Pilot Reports')
|
2017-06-29 08:54:05 +08:00
|
|
|
|
2017-08-25 02:37:54 +08:00
|
|
|
@section('content')
|
2017-12-02 00:44:35 +08:00
|
|
|
@include('admin.pireps.table')
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12 text-center">
|
|
|
|
{{ $pireps->links('admin.pagination.default') }}
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-06-29 08:54:05 +08:00
|
|
|
@endsection
|
|
|
|
|