@extends('AdminLte.template') @php if(!isset($entity)){ $entity=''; $display='none'; }else{ $display='block'; } @endphp @section('title') Transaction Register Report @endsection @section('ExternalCss') @parent @endsection @section('Content')

Transaction Register

{{ $entity }} IP Sale


{{ Form::open(['action' => 'RegisterReportController@purchaseRegister','autocomplete' => 'off','id' => 'itemRegister']) }}


@if ($entity == 'Arpan') @else @endif    


   


   


             




@php $business_entity=NULL; $business_entity_name=NULL; if ($entity == 'Arpan'){ $business_entity = config('store_constants.entity_code.arpan_entity_code'); $business_entity_name = config('store_constants.entity_code.arpan_entity_name'); } @endphp {{ Form::close() }}
@if(session()->has('errorMessage'))
× {{ (session()->get('errorMessage'))}}
@endif @endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection