@php
$terms = DB::table('termsandconditions')->where("type","reg")->get();
@endphp
@foreach($terms as $index => $temp)
@endforeach
S.No | Terms & Conditions | Action |
---|---|---|
{{$index + 1}} | {{$temp->termsandconditions}} |