@extends('layouts.app') @section('title') Update Employee @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
@if($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Earning


Deduction


{{csrf_field()}}

Allowances


{{-- --}}
@foreach($earnings as $earning)
@endforeach

Deductions


{{-- --}}
@foreach($deductions as $deduction)
@endforeach
@stop @section('js') @stop