@extends('AdminLte.template') @section('title') Head Master @endsection @section('ExternalCss') @parent @endsection @section('Content')
Head Master{{ Form::open(['action' => 'HeadMasterController@index','method' => 'POST','role' => 'search','autocomplete' => 'off']) }} |
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Head Code | Head Name | Head Type | Is Input Head | Recalculate | Is Standard Head | Calculation Sequence | Print Sequence | Action | |||||
{{ $head->head_code }} | {{ $head->head_name }} | {{ $head->head_type }} | {{ $head->is_input_head }} | {{ $head->recalculate }} | {{ $head->is_standard_head }} | {{ $head->calculation_sequence }} | {{ $head->print_sequence }} | ||||||
{{ $headMasterValue->appends(['search' => $search,'searchColumn' => $searchColumn,'searchType' => $searchType])->links() }} |