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

Sales Order

--}}



{{ Form::select('salesman', $saleman, isset ($billing->salesman) ? old('salesman', $billing->salesman) : old('salesman'), ['class' => 'form-control saleman', 'tabindex' => '1']) }}

@if (isset ($billing->sno))
@foreach($billing->billingd as $key => $cl)