@extends('layouts.master') @section('content')
{{$title}}
@if($all) @foreach($all as $row) @endforeach @endif
# Name Email Mobile Address User type Status Action
{{$i++}} {{$row->name}} {{$row->email}} {{$row->mob}} {{$row->address}} @if($row->utype == 1) {{"Admin"}} @elseif($row->utype == 2) {{"User"}} @elseif($row->utype == 3) {{"Client"}} @endif active == 1) {{ 'checked' }} @endif data-id="{{ $row->id }}"> @if(Auth::user()->utype==1) @endif
@stop @section('style') @stop @section('script') @stop @if ($message = Session::get('success')) @endif