phpvms/resources/views/admin/pireps/index.blade.php

9 lines
123 B
PHP
Raw Normal View History

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')
@include('admin.pireps.table')
2017-06-29 08:54:05 +08:00
@endsection