@extends('layouts.app') @section('css') @endsection @section('content')

listado de acciones

@include('flash::message')
@foreach($historial as $registro) @endforeach
@endsection @section('scripts') @endsection