@extends('backend.master') @section('title') সেটিং @endsection @section('body') @if(Auth::user()->user_type == 4 || strpos(Auth::user()->permission, 'e') !== false)

সেটিং

{{ Form::open(['route'=>['water.setting.surcharge.update', $data->id],'method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }} @method('PUT')
issue_bill_date_is_next_month == 1 ? 'checked' : '' }} value="1" id="issue_bill_date_is_next_month">
connection_fee_date_is_next_month == 1 ? 'checked' : '' }} value="1" id="connection_fee_date_is_next_month">
discount_for_advance_bill == 1 ? 'checked' : '' }} value="1" id="discount_for_advance_bill">

show_bank_information == 1 ? 'checked' : '' }} value="1" id="show_bank_information">
bill_header_print == 1 ? 'checked' : '' }} value="1" id="bill_header_print">
show_word_information == 1 ? 'checked' : '' }} value="1" id="show_word_information">
{{ Form::close() }}
@else @include('backend.errors.404') @endif @endsection