@extends('back.layouts.main') @section('title', $title) @section('content') @include('back.reports._print_header') @include('back.reports.gifts.filter')
@include('back.reports.gifts.orders_table') @include('back.reports.gifts.users_table') @include('back.reports.gifts.packages_table')
@include('back.reports.partials.style') @stop