@extends('admin::curd.index') @section('heading') {!! trans('category::asset_group.name') !!} {!! trans('cms.manage') !!} {!! trans('category::asset_group.names') !!} @stop {{-- @section('title') {!! trans('category::asset_group.names') !!} @stop --}} @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('category::asset_group.label.name') !!} {!! trans('category::asset_group.label.code') !!} Asset Life {!! trans('category::asset_group.label.depreciation_type') !!} {!! trans('category::asset_group.label.debit_account') !!} {!! trans('category::asset_group.label.credit_account') !!} {!! trans('category::asset_group.label.status') !!}
{!! Form::text('search[name]')->id('search_name')->raw() !!} {!! Form::text('search[code]')->id('search_code')->raw() !!} {!! Form::text('search[est_life]')->id('search_code')->raw() !!} {!! Form::select('search[depreciation_type]') -> options(['' => 'All']+trans('category::asset_group.options.depreciation_type'))->id('search_depreciation_type')->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() !!}
@stop @section('script') @stop @section('style') @stop