@extends('layouts.dashboard') @section('dashboard') @if(session('message')) {!! session('message') !!} @endif

Carga Inicial de Productos

{{ csrf_field() }}
@endsection