@extends('home')
@section('title')
@lang('site.site_name')
@endsection
@section('styles')
{!! Html::style(theme_url('/invoice.css')) !!}
{!! Html::style(theme_url('css/bootstrap-datepicker.min.css')) !!}
@endsection
@php
$list_products = '';
@endphp
@section('content')
{!! Form::open(array('route' => 'admin.stock.store','method' => 'POST', 'class' => 'form-horizontal','id' => 'myform')) !!}
{!! Form::close() !!}
@endsection
@section('scripts')
{!! Html::script(Theme::current()->assetPath.'/jquery-repeater/jquery.repeater.js') !!}
{!! Html::script(theme_url('js/bootstrap-datepicker.min.js')) !!}
{!! Html::script(theme_url('js/bootstrap-datepicker.ar.min.js')) !!}
@endsection