@extends('layouts.app') @section('content')
Orders
@include('partials.orders')
@endsection @section('js') @endsection