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