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

Importar tarjetas de corporativo

{{Form::open(['action' => 'AdminCorporationCardsController@store','files'=>'true'])}}
{{Form::label('file', 'Archivo Excel')}}

{{Form::close()}}
@endsection