@extends('admin.layout.app') @section('more-head')
@endsection @section('main-content')
PARKING MANAGEMENT SYSTEM
warehouse
@include('includes.messages')
{{ csrf_field() }} {{ method_field('PUT') }}
Select Warehouse
Select Warehouse.
@foreach ($warehouses as $warehouse)
warehouse_id == $warehouse->id) selected @endif value="{{ $warehouse->id }}">{{ $warehouse->name }}
@endforeach
Select Type
Select Type.
type == 'park') selected @endif value="park">Park
type == 'terminal') selected @endif value="terminal">Container Terminal
Code
Location
Description
{{ $park->description }}
Capacity
@endsection @section('more-scripts') @endsection