{{--synced with serve--}} @extends('admin.template.master') @section('stylesheets') @endsection @section('title')

Estimated Products

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif @if(Session::has('error'))
{{Session('error')}}
@endif
{!! Form::open(['url' => '/admin/estimated-text-create', 'method'=>'post' ]) !!}
{!! Form::label('inv_code') !!} @if ($errors->has('inv_code')) {!! $errors->first('inv_code') !!}@endif
{!! Form::close() !!}
@endsection @section('javascripts') @endsection