@extends('layouts.app') {{-- page title --}} @section('title','Proveedores') {{-- vendor style --}} @section('vendor-style') @endsection @section('content')

Registro

{!! Form::open(['route'=>'gabinete.store', 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => 'gabinete']) !!} @include('pumpes.form') {!! Form::close() !!}
@endsection {{-- vendor script --}} @section('vendor-script') @endsection @section("page-script") @endsection