@extends('layouts.app') @section('title', 'Purchase Invoice') @section('content')
@if (isset ($preceive->sno))
@else @endif @if ($errors->any())
@endif @csrf
{{--

Sales Order

--}}

{{ Form::select('type', ['ONE' => 'Select Type....', 'IMPORT' => 'IMPORT', 'LOCAL' => 'LOCAL'], isset($preceive->type) ? old('type', $preceive->type) : old('type') , ['class' => 'form-control type']) }}



@if (isset ($preceive->sno))
@foreach($preceive->preceived as $key => $cl)
@endforeach
@else
@endif



@endsection @section('scripts') @endsection @section('scripts') @endsection @section('ccss') @endsection