@extends('layouts.app') @section('content')

{{trans('lang.order_plural')}} {{trans('lang.order_desc')}}

@include('orders.show_fields')
@endsection