@extends('layouts.acc_layout') @section('title', ' | Pos Transaction Head Settings' ) @section('stylesheets') @endsection @section('content')
New POS Transaction Head
{!! Form::open(array('url' => route('pos_auto_voucher_transaction_head_store'), 'class'=>'form','method'=>'post')) !!}
{!! Form::label('name', 'Name:*', ['class' => 'control-label'],false) !!} {!! Form::text('name', null, ['class' => 'form-control']) !!}

{{ $errors->first('name') }}

{!! Form::close() !!}
@endsection @section('footerAssets') @endsection