@extends('payroll.employee_frontend.layouts.employee') @section('custom_style') @endsection @section('content') {{__('obs.create')}} {{__('obs.advance')}} {{__('obs.application')}} @if (session('success')) {{ session('success') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{__('obs.amount')}} {{__('obs.purpose')}} {{__('obs.note')}} {{__('obs.date')}} {{__('obs.ammount')}} {{__('obs.due')}} {{__('obs.status')}} @foreach ($advance_history as $lh) {{$lh->application_date}} {{$lh->amount}} {{$lh->amount - $lh->total_installment_amount}} {{__('obs.')}}active @endforeach @endsection @section('script') @endsection