@extends('admin.layout.app') @section('title','Employee Bonus Report') @push('headerscript') @endpush @section('content')

Employee Bonus Report

{!! Form::select("employee_id", [''=>'Select']+$employee, old("account_id"), ['class'=>'form-control', 'required', 'id'=>'employee_id'] ) !!}
S.No. Date Employee Name Amount Remark
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush