@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') PARKING MANAGEMENT SYSTEM UK Freight @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Select Shipping Year Select shipping Year. @foreach ($shipping_years as $shipping_year) id == $uk_freight->shipping_year_id) selected @endif> {{ $shipping_year->Year }} @endforeach (£) UK Freight: @endsection @section('more-scripts') @endsection