@extends('layouts.fixed') @section('title','Goods in - CDF ') @section('content')

Manage LC-Cost

{{--create/edit start --}}

Add LC-Cost

{{ Form::open(['route'=>'lccost.store','method'=>'post', 'class'=>'form-horizontal']) }} @include('inventory.goodsin.form-lccost',['buttonText'=>'Save LC-Cost']) {{ Form::close() }}
@include('inventory.goodsin.costs')
SL LC No Cost Type Cost Amount Cost Note Action
{{--create/edit start --}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop