@extends('layouts.dashboard') @section('title', 'Currency Edit') @section('content')
{{ $page_title }}
@foreach($slider as $s)

Small Text : {{ $s->title }}
Bold Text : {{ $s->description }}

Edit Slider
@endforeach
@endsection @section('scripts') @endsection