@extends('layouts.admin') @section('page-title') {{__('Manage Payslip Type')}} @endsection @section('breadcrumb')
{{__('Payslip Type')}} | {{__('Action')}} |
---|---|
{{ $paysliptype->name }} | @can('edit payslip type') @endcan @can('delete payslip type') @endcan |