{{-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * read the readme.blade.php in the DataView volder * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --}} @extends('layouts.app') @section('content') @if($errors->first() != null) @endif
@include('DataView.spine', ['data' => $data])
@endsection