@extends('layouts.main') @section('content')
{{ Form::open(['url' => 'claim/index', 'method' => 'POST', 'name' => 'form', 'id' => 'searchform']) }}
月別製品別クレーム一覧
{!! Form::close() !!} @if (!empty($datas) or count($datas) > 1)

グラフ表示

一覧表示

@endif
@endsection