@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') TERMINAL MANAGEMENT SYSTEM LOCATION OF STOCKS @include('includes.messages') {{csrf_field()}} {{method_field('PUT')}} Select Shed Select Shed. @foreach ($sheds as $shed) id == $stock->shed_id) selected @endif>{{$shed->name}} @endforeach Select Category Select category. @foreach ($categorys as $category) id == $stock->category_id) selected @endif>{{$category->name}} @endforeach Select season Select season. @foreach ($seasons as $season) id == $stock->season_id) selected @endif>{{$season->name}} @endforeach Tonnage @endsection @section('more-scripts') @endsection