@extends('app') @section('title', trans_choice('common.pirep', 2)) @section('content')
@lang('frontend.pireps.filenewpirep')

{{ trans_choice('frontend.pireps.pilotreport', 2) }}

@include('flash::message') @include('pireps.table')
{{ $pireps->links('pagination.default') }}
@endsection