Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel blade empty

@isset($records)
    // $records is defined and is not null...
@endisset

@empty($records)
    // $records is "empty"...
@endempty
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #blade #empty
ADD COMMENT
Topic
Name
2+6 =