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