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