@extends('backend.layouts.app')
@section('title')
拠点別売上集計
@endsection
@section('content')
拠点別売上集計
- ALL
@foreach (config('const.rental_shed') as $id => $name)
- {{ $name }}
@endforeach
-
@include('backend.rental.sales._shed', ['params' => $params[0]])
@foreach (config('const.rental_shed') as $id => $name)
-
@include('backend.rental.sales._shed', ['params' => $params[$id]])
@endforeach
@endsection
@section('page_css')
@endsection
@section('page_js')
@endsection