@extends('app') @section('title', trans_choice('common.pirep', 2)) @include('theme_helpers') @php $units = isset($units) ? $units : DT_GetUnits(); $DBasic = isset($DBasic) ? $DBasic : check_module('DisposableBasic'); @endphp @section('content') @if(!$pireps->count())
You have no flight reports
@if(Theme::getSetting('pireps_manual')) @lang('disposable.new_pirep') @endif @else
{{ trans_choice('pireps.pilotreport', 2) }}
@include('pireps.table')
{{ $pireps->withQueryString()->links('pagination.auto') }} @endif @endsection