frontend translation + other stuff

This commit is contained in:
lordwilbur
2018-05-21 09:54:18 -05:00
committed by Nabeel Shahzad
parent ba8a819c7d
commit a346b0df2e
54 changed files with 966 additions and 771 deletions
@@ -1,5 +1,5 @@
@extends('app')
@section('title', __trans_choice('PIREP', 2))
@section('title', trans_choice('frontend.global.pirep', 2))
@section('content')
<div class="row">
@@ -7,9 +7,9 @@
<div style="float:right;">
<a class="btn btn-info pull-right btn-lg"
style="margin-top: -10px;margin-bottom: 5px"
href="{{ route('frontend.pireps.create') }}">{{ __('File New PIREP') }}</a>
href="{{ route('frontend.pireps.create') }}">@lang('frontend.pireps.filenewpirep')</a>
</div>
<h2>{{ __trans_choice('Pilot Report', 2) }}</h2>
<h2>{{ trans_choice('frontend.pireps.pilotreport', 2) }}</h2>
@include('flash::message')
@include('pireps.table')
</div>