@extends('layouts.admin_master') @section('content')
@if(Session::has('success')) @endif
@foreach($home_slider as $key=> $home_slider_data) @endforeach
Sr.No Name Image Action
{{$key+1}} {{$home_slider_data->name}}
@endsection @section('scripts') @parent @endsection