Laravel 6 hayırlı olsun biraz inceleme fırsatım oldu şuan
`$response = Gate::inspect('view', $flight);
if ($response->allowed()) {
// User is authorized to view the flight...
}
if ($response->denied()) {
echo $response->message();
}`
bu bize tam olarak ne sağlıyor ? Gate nin görevi tam olarak nedir teşekkürler.