frontend translation + other stuff

This commit is contained in:
lordwilbur
2018-05-18 00:03:30 +02:00
committed by Nabeel Shahzad
parent ba8a819c7d
commit a346b0df2e
54 changed files with 966 additions and 771 deletions

View File

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