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

ASSET Version 2.0

Active Vessels   5

@if($assetContract) @foreach($assetContract as $con) @endforeach @endif
ID Vessel Name Type IMO Number Owner Client Days Worked
(This Month)
Total Worked
(Within the Year)
Status Action
{{ $con->id }} {{ $con->vessel_Name }} {{ $con->vessel_Type }} {{ $con->IMO_Number }} {{ $con->Owner_vessel_manager }} {{ $con->client }} 11 11 {{ $con->status }}  
@endsection