@extends('layouts/pos_layout') @section('title', '| Day End') @section('content')
Manual Voucher Generate
{!! Form::open([ 'url' => '', 'id' => 'manualForm', 'method' => 'post', 'enctype' => 'multipart/form-data', 'role' => 'form', 'class' => 'form-horizontal form-groups', ]) !!} @csrf
@if($branchInfo->id == 1)
{!! Form::label('branch_id', 'Branch*', ['class' => 'col-sm-3 control-label']) !!}

{{-- --}}
@else {!! Form::hidden('branch_id', $value = $branchInfo->id, [ 'class' => 'form-control', 'id' => 'branch_id', 'type' => 'text', 'placeholder' => 'Enter Effect Date', 'readonly' => true, ]) !!}

{!! Form::label('branch_name', 'Branch*', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('branch_name', $value = $branchInfo->name, [ 'class' => 'form-control', 'id' => 'branch_name', 'type' => 'text', 'placeholder' => 'Enter branch name', 'readonly' => true, ]) !!}

{{-- --}}
@endif {{--
{!! Form::label('date', 'Date:*', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('date', $value = null, [ 'class' => 'form-control', 'id' => 'date', 'type' => 'text', 'placeholder' => 'Enter Effect Date', 'readonly' => true, ]) !!}

--}}
{!! Form::label('from', 'From:*', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('from', $value = null, [ 'class' => 'form-control', 'id' => 'from', 'type' => 'text', 'placeholder' => 'Enter Effect From', 'readonly' => true, ]) !!}

{!! Form::label('to', 'To:*', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('to', $value = null, [ 'class' => 'form-control', 'id' => 'to', 'type' => 'text', 'placeholder' => 'Enter Effect To', 'readonly' => true, ]) !!}

{!! Form::label('submit', ' ', ['class' => 'col-sm-2 control-label']) !!}
Close
{!! Form::close() !!}
{{--

Manual Voucher Day End & Generate Panel All Branch For Dev


@csrf


Select All



Clear Log:

Timer:

00:00 Secons

Total Branch Completed:0 of 0

--}} @endsection