{{--synced with serve--}} @extends('admin.template.master') @section('stylesheets') @endsection @section('title') Estimated Products Home Estimated Products @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif @if(Session::has('error')) × {{Session('error')}} @endif Back to List {!! 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