@extends('masters.layout.default_layout') @section('content')

Faq Image List

@if (count($errors) > 0)
×
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@php $i = 1 @endphp @foreach($faq_datas as $data) @php $i++ @endphp @endforeach
S.No Image
Action
{{$i}}.
@stop