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