JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @section('page-title') {{ __('Manage Deduction Option') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Deduction Option') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($deductionoptions as $deductionoption) @endforeach
{{ __('Deduction Option') }} {{ __('Action') }}
{{ $deductionoption->name }} @can('Edit Deduction Option') @endcan @can('Delete Deduction Option')
{!! Form::open(['method' => 'DELETE', 'route' => ['deductionoption.destroy', $deductionoption->id], 'id' => 'delete-form-' . $deductionoption->id]) !!}
@endcan
@endsection