@extends('layouts.main') @section('title',"Plant Location") @section('content')
{{-- Upload Question Wrapper for tabs and content --}}
{!! $component !!}
Create Plant location
{!! Form::open(array('class'=>'form-horizontal','name'=>'plantlocation','id'=>'plantlocation_form_id')) !!}
  Clear
{!! Form::close() !!}
@endsection @section('footer') @endsection