@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Destination Port Destination Port @include('includes.messages') {{ csrf_field() }} Port Name Select Country @foreach ($countries as $country) {{ $country->name }} @endforeach @endsection @section('more-scripts') @endsection