@extends( 'newBase' )
@section( 'title', 'index' )
@section( 'content' )
{{--
--}}
@foreach($carouselDataTableColumns as $key => $column)
| {{$column['displayName']}} |
@endforeach
@include('common.confirmation')
@include('common.notification')
@endsection