@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') OPERATIONS MANAGEMENT SYSTEM GRADE CHANGE. Back to Transactions @include('includes.messages') {{ csrf_field() }} {{ method_field('POST') }} Internal Waybill Number No. of Bags Select Grade: internal_waybill_grade == 'I') selected @endif>Grade I internal_waybill_grade == 'II') selected @endif>Grade II internal_waybill_grade == 'SS') selected @endif>Grade SS Category: Select category @foreach ($categorys as $category) category_id == $category->id) selected @endif> {{ strtoupper($category->name) }} ({{ $category->season->name }}) @endforeach @endsection @section('more-scripts') @endsection