@extends('layouts.admin.master') @section('title')Users {{ $title }} @endsection @push('css') @endpush @section('content')
@foreach($data as $usr)

{{$usr->name}}

{{$usr->contact}}
@endforeach
@push('scripts') @endpush @endsection