Move PIREPs to separate file

This commit is contained in:
Nabeel Shahzad
2018-05-18 14:45:52 -05:00
parent 1a3065b1ca
commit 74b53b4ba7
10 changed files with 104 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
@extends('app')
@section('title', trans('frontend.pireps.fileflightreport'))
@section('title', __('pireps.fileflightreport'))
@section('content')
<div class="row">
<div class="col-md-12">
<h2>@lang('frontend.pireps.newflightreport')</h2>
<h2>@lang('pireps.newflightreport')</h2>
@include('flash::message')
{{ Form::open(['route' => 'frontend.pireps.store']) }}