@extends('layouts.organization') @section('breadcrumb')
@endsection @section('content'){{ __('Earning') }}
@if(get_currency_placement() == 'after') {{ $level->earning }} {{ get_currency_symbol() }} @else {{ get_currency_symbol() }} {{ $level->earning }} @endif
{{ __('Student') }}
{{ $level->student }}