@extends('front.layouts.frontlayout') @section('head') {{--{!! HTML::style("assets/global/css/components.css")!!}--}} {!! HTML::style("assets/global/css/plugins.css")!!} {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css")!!} @stop @section('mainarea')

{{trans('core.mySalarySlip')}}

{{trans('core.id')}} {{trans('core.month')}} {{trans('core.year')}} {{trans('core.netSalary')}} {{$setting->currency_symbol}} {{trans('core.createdOn')}} {{trans('core.action')}}
{{-- ID --}} {{-- Month --}} {{-- Year --}} {{-- Net --}} {{-- created On --}} {{-- Action --}}

{{--------------------------Show Notice MODALS-----------------}} {{------------------------END Notice MODALS---------------------}} @stop @section('footerjs') {!! HTML::script("assets/global/plugins/datatables/datatables.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js")!!} @stop