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

財務

finance data
{{-- 日付 対象商品入力 --}}
@csrf
@if(Request::is('finance'))

売上合計

@foreach ($totals_ary as $month => $total) @endforeach
年月 金額(DT)
{{ $month }} {{ $total }} DT
@endif
@endsection @extends('layouts.footer')