@extends('layouts.app') @section('title', 'Userlevel') @section('content')

Other Payments Master

@include('common.alerts')
@include('masterfiles.components.add_otherpayments')
@foreach($getotherpayments as $index => $otherpayments) @endforeach
# Payment Type Driver Helper Actions
{{ $index + 1 }} {{ $otherpayments->payment_type }} {{ $otherpayments->driver_amount }} {{ $otherpayments->helper_amount }}

@include('masterfiles.components.edit_otherpayments')
{{ $getotherpayments->onEachSide(1)->links('pagination::bootstrap-5') }}
@endsection