@extends('adminlte::page') @section('title', 'Staff VスタッフマスタCSVアップロード') @section('content_header')

Staff VスタッフマスタCSVアップロード

@stop @section('content')
{{ Form::open(['enctype'=>"multipart/form-data"]) }}

CSVアップロード

@if($errors->any())
@foreach($errors->all() as $error) {{ $error }} @endforeach
@endif
{{ Form::close() }}
@endsection