@extends('admin::curd.index') @section('heading') {!! trans('category::depreciation_group.name') !!} {!! trans('cms.manage') !!} {!! trans('category::depreciation_group.names') !!} @stop {{-- @section('title') {!! trans('category::depreciation_group.names') !!} @stop --}} @section('breadcrumb')
@stop @section('entry'){!! trans('category::depreciation_group.label.name')!!} | {!! trans('category::depreciation_group.label.code')!!} | {!! trans('category::depreciation_group.label.depreciation')!!} | {!! trans('category::depreciation_group.label.debit_account')!!} | {!! trans('category::depreciation_group.label.credit_account')!!} | {!! trans('category::depreciation_group.label.status')!!} | {!! Form::text('search[name]')->id('search_name')->raw()!!} | {!! Form::text('search[code]')->id('search_code')->raw()!!} | {!! Form::text('search[depreciation]')->id('search_dep')->raw()!!} | {!! Form::text('search[debit_account]')->id('search_debit_account')->raw()!!} | {!! Form::text('search[credit_account]')->id('search_credit_account')->raw()!!} | {!! Form::select('search[status]') -> options(['' => 'All'] + trans('category::sub_category.options.status'))->id('search_status') ->raw()!!} |
---|