@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Premium

Premium

@can('delete.vessel', Auth::user()) @endcan @foreach ($premiums as $premium) @can('delete.vessel', Auth::user()) @endcan @endforeach @can('delete.vessel', Auth::user()) @endcan
No. LBC TYPE CURRENCY PRICE EDITDELETE
{{ $loop->index + 1 }} {{ $premium->lbc?->name }} {{ $premium->type }} {{ $premium->currency }} {{ number_format($premium->price, 2) }} EDIT
No. LBC TYPE CURRENCY PRICE EDITDELETE
@endsection @section('more-scripts') @endsection