frontend translation + other stuff
This commit is contained in:
committed by
Nabeel Shahzad
parent
ba8a819c7d
commit
a346b0df2e
@@ -1,9 +1,9 @@
|
||||
@extends('app')
|
||||
@section('title', __('Edit Flight Report'))
|
||||
@section('title', trans('frontend.pireps.editflightreport'))
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>{{ __('Edit Flight Report') }}</h2>
|
||||
<h2>@lang('frontend.pireps.editflightreport')</h2>
|
||||
@include('flash::message')
|
||||
{{ Form::model($pirep, [
|
||||
'route' => ['frontend.pireps.update', $pirep->id],
|
||||
|
||||
Reference in New Issue
Block a user