@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') PARKING MANAGEMENT SYSTEM warehouse @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Name wcode Traveling time image Take Over Center @foreach ($ports as $port) id == $warehouse->port_id) selected @endif>{{ $port->name }} @endforeach @endsection @section('more-scripts') @endsection