@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM Producer Rate @include('includes.messages') {{ csrf_field() }} Producer Price Buyer's Margin Bonus Select season Select season. @foreach ($seasons as $season) {{ $season->name }} @endforeach @endsection @section('more-scripts') @endsection