@extends('layouts.master') @section('content')
{{ $title }}
@csrf @foreach ($selectedEarnings as $earning) @endforeach @foreach ($selectedEarnings as $earning) @endforeach
Man Number Employee Name{{ $earning['code'] }} - {{ $earning['description'] }}Actions
@endsection @section('scripts') @endsection