DEV Community

Ahmed AbdElLatif
Ahmed AbdElLatif

Posted on

Role/Status Based CRUD Application Using Laravel 7

This Application is demonstration for managing visa center applicants, in terms of receiving passports and managing visa status (received, pending, rejected or approved).

code sample for form that handle status with consideration to current status of a ticket:

Also in this application I included a function assign a ticket to specific user to work on it.

This all come along side with basic dashboard to display aggregation of each status for last 30 days and for same day

Alt Text

So Let's go to the presentation

Top comments (2)

Collapse
 
zaxwebs profile image
Zack Webster

Well done.

Collapse
 
theahmedlatif profile image
Ahmed AbdElLatif

Thanks Zack, appreciated!