@extends('layouts.plusadmin') @section('title', 'Dashboard') @section('content')
St Joseph Drug Billboard

Number of Programs

{{ $programs->count() }}

Total Slides

{{ $sliders->count() }}

Number of Branch with Program

{{ $branches->count() }}

List of Slides

@foreach($sliders2 as $slider1) @endforeach
Title Type Validity
{{ $slider1->title }} {{ $slider1->type }} {{ $slider1->validity }}
Show more
@endsection