@extends('app')
@section('title', trans_choice('common.pirep', 2))
@section('content')
{{ trans_choice('pireps.pilotreport', 2) }}
@include('flash::message')
@include('pireps.table')
{{ $pireps->withQueryString()->links('pagination.default') }}
@endsection