frontend translation + other stuff
This commit is contained in:
committed by
Nabeel Shahzad
parent
ba8a819c7d
commit
a346b0df2e
@@ -1,11 +1,11 @@
|
||||
@extends('app')
|
||||
@section('title', __trans_choice('Flight', 2))
|
||||
@section('title', trans_choice('frontend.global.flight', 2))
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
@include('flash::message')
|
||||
<div class="col-md-9">
|
||||
<h2>{{ $title ?? __trans_choice('Flight', 2) }}</h2>
|
||||
<h2>{{ $title ?? trans_choice('frontend.global.flight', 2) }}</h2>
|
||||
@include('flights.table')
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
|
||||
Reference in New Issue
Block a user