@if ($errors->any())
@endif
@if (session('success'))
@else
@endif
@endsection
@push('scripts')
@endpush-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if(in_array($row_content_data->row_content_inner_style,["List_Page_Grid_1_Columns","List_Page_Grid_2_Columns","List_Page_Grid_3_Columns",
"List_Page_Grid_4_Columns","List_Page_Grid_6_Columns","List_Page_Grid_1_Columns_WithOutLink","List_Page_Grid_2_Columns_WithOutLink","List_Page_Grid_3_Columns_WithOutLink",
"List_Page_Grid_4_Columns_WithOutLink","List_Page_Grid_6_Columns_WithOutLink"
]) )