@extends('layouts.app') @section('content') @if(Session::has('msg')) @endif
@foreach($list as $k => $l) @endforeach
S.No. Name Phone No.
{{ ++$k}} {{$l->name}} {{$l->phone_no}}
@endsection