@extends('backend.layouts.app') @section('title') 期間別集計 @endsection @section('content')

期間別集計

  • 稼働率
  • 売上
  • レンタル原価
  • 実績報告

検索条件

{{ Form::open(["route"=>"backend.rental.sales.period.search", "method"=>"post"]) }} {{ Form::close() }}
  • @include('backend.rental.sales._occupancy_rate')
  • @include('backend.rental.sales._sales')
  • @include('backend.rental.sales._cost')
  • @include('backend.rental.sales._result')
{{ Form::open(["route"=>"backend.rental.sales.export", "method"=>"post"]) }}
{{ Form::close() }}
@endsection @section('page_css') @endsection @section('page_js') @endsection