@extends('app') @section('content')

User Manager

@if(count($users) > 0) @foreach($users as $key => $user) @endforeach @endif
User ID User Name User Mobile No User Email Action
{{$user->user_id}} {{$user->full_name}} {{$user->mobile_no}} {{$user->email}} {{-- --}} {{-- --}} {{-- --}}
User ID User Name User Mobile No User Email Action
@endsection @section('script') @endsection