@extends('layouts.webhome') @section('content')
@php $i=0; @endphp @foreach(sadasya() as $key=>$sadasya) @endforeach
S.No. Name View File
{{ ++$i }} {{ $sadasya->name }}
View
@include('notice')
@endsection @section('script') @endsection