@extends('layouts.app')
@section('title','Slider List')
@section('content')
| # |
Title |
Title (Bangla) |
Link |
Image |
Action |
@foreach ($sliders as $item)
| {{ $loop->iteration }} |
{{ $item->name }} |
{{ $item->name_bn }} |
{{ $item->link }} |
 }}) |
|
@endforeach
@endsection
@push('delete')
@endpush