@extends('layouts.production') @section('content')

Import Product By Excel

@include('layouts.includes.message')

Upload

{{ Form::open(['method' => 'POST', 'route' => ['importProduct'],'files' => true]) }}
{{ Form::label('import_file','Import Excel File') }} {{ Form::file('excel_file', [ 'class' => 'form-control' ]) }}

Example Excel

@endsection