@extends('layouts.layout') @section('content')

ASSET Version 2.0

Add New

1

Basic Information

2

Specification

3

Other Information

4

Summary

Newly Added Marine Vessels

@if($assetContract) @foreach($assetContract as $con) @endforeach @endif
ID Asset Name IMO Number Owner Charterer Action
{{ $con->id }} {{ $con->vessel_Name }} {{ $con->IMO_Number }} {{ $con->Owner_vessel_manager }} {{ $con->Client }}  
@endsection