@extends('Layouts.erp_master') @section('content')
@csrf
{!! App\Services\HtmlService::forBranchFeild( true, 'branch_from', 'branch_from', $branch_from, '', 'Branch From' ) !!}
{!! App\Services\HtmlService::forBranchFeild(true, 'branch_to', 'branch_to', $branch_to, '', 'Branch to') !!}
@include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'update', 'title' => 'update', 'id' => 'validateButton2', 'exClass' => 'float-right' ]])
@endsection