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

{!! $title !!} ({!! count($orders) !!})

@include('front.user.orders_html')
@endsection @section('js') @endsection