@extends('layouts.app') @section('content') @php $userPermission = \Session::get('userPermission'); @endphp

New Registrations

You have total {{ $buyersCount }} new registrations.

  • @if(isset($userPermission['buyer']) && ($userPermission['buyer']['edit_all'] || $userPermission['buyer']['edit_own']))
  • Add Buyer
  • @endif
User Created By Approved Contact Number Created At Updated At Action
@endsection @push('footerScripts')