@extends('layouts.app',['dashBoardTitle'=>'LICENSE APPROVAL']) @section('content') @if (session('status'))
{{ session('status') }}
@endif @php use App\Master\Master_Payment; use App\Master\Master_License_Request; use App\Master\Master_User; $payments=Master_Payment::get_payment_transactions(); $details=Master_License_Request::get_pending_license_details(); $users=Master_User::get_all_Users(); $selected_id = 0; @endphp @foreach($details as $licensedetails) @endforeach {!! $details->links() !!} @endsection