@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Summary Summary @include('includes.messages') {{csrf_field()}} @method('POST') Date from: Date to: {{-- Cocoa Type: Select Cocoa Type: @foreach ($cocoa_types as $cocoa_type) {{$cocoa_type->type_name}} @endforeach --}} @endsection @section('more-scripts') @endsection