@extends('layouts.home_layout') @php $title = "User Manage"; @endphp @section('title', $title) @section('style') @endsection @section('content')
{{--
--}}
@include('common.alert_msg') {{-- @extends('common.alert_msg') --}}
{{--

--}}
@if (Session::get('user_type') == 1) @endif @php $row_count=$datashow->firstItem(); @endphp @foreach ($datashow as $ds) @if ($ds->row_status==2) @elseif($ds->dlt_status==2) @else @endif @if (Session::get('user_type') == 1) @endif @endforeach
SL Name Email Mobile User TypeUser TypeAction
{{$row_count++}} {{$ds->name}} {{$ds->email}} {{$ds->user_id}} {{$ds->farmer_id ? 'Farmer' : ''}} {{$ds->user_type}}
Displaying {{$datashow->firstItem()}} to {{sizeof($datashow)}} of {{$datashow->total()}} {{ $datashow->render() }}
{{--
--}} {{-- Modal Start id="user_modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection