9 lines
123 B
PHP
9 lines
123 B
PHP
@extends('admin.app')
|
|
|
|
@section('title', 'Pilot Reports')
|
|
|
|
@section('content')
|
|
@include('admin.pireps.table')
|
|
@endsection
|
|
|